Shades of Tea Rose #F17FC4
Tints of Tea Rose #F17FC4
RGB
CMYK
RGB Variations
Color information
#F17FC4 (or 0xF17FC4) is known color: Tea Rose. HEX triplet: F1, 7F and C4. RGB value is (241,127,196). Sum of RGB (Red+Green+Blue) = 241+127+196=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC4 is #0E803B. Grayscale: #A8A8A8. Windows color (decimal): -950332 or 12877809. OLE color: 12877809.
HSL color Cylindrical-coordinate representation of color #F17FC4: hue angle of 323.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FC4 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 196 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.05 |
| HSL | 323.68º | 0.8% | 0.72% | - |
| HSV(B) | 323.68º | 0.47% | 0.95% | - |
| XYZ | 53.83 | 37.87 | 56.7 | - |
| YUV | 168.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 196 | 0 | 0.47 | 0.19 | 0.05 | 323.68 | 0.8 | 0.72 |
| Hex | F1 | 7F | C4 | 0 | 2F | 13 | 5 | 144 | 50 | 48 |
| Octal | 361 | 177 | 304 | 0 | 57 | 23 | 5 | 504 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11000100 | 0 | 101111 | 10011 | 101 | 101000100 | 1010000 | 1001000 |
Color Harmonies of #F17FC4
Complementary color
Monochromatic Colors of #F17FC4
Black with #F17FC4
Text Example
Text Example
White with #F17FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FC4; }
p { color: rgb(241,127,196); }
H1.HeaderClassName
{
color: #F17FC4;
}
.AnyTagClassName
{
color: #F17FC4;
}
</style>
background-color css
<style>
a { background-color: #F17FC4; }
a { background-color: rgb(241,127,196); }
div.DivClassName
{
background-color: #F17FC4;
}
.BgClassName
{
background-color: #F17FC4;
}
</style>
border-color css
<style>
span { border-color: #F17FC4; }
span { border-color: rgb(241,127,196); }
td.TdClassName
{
border-color: #F17FC4;
}
.TagClassName
{
border-color: #F17FC4;
}
</style>