Html Css Color HEX #F17FC9 Tea Rose

📋 copy color: '#F17FC9'

red 241 ◦ green 127 ◦ blue 201

#F17FC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F17FC9

Tints of Tea Rose #F17FC9

RGB

 RED value IS 241 (94.53% from 255) = 42.36%

 GREEN value IS 127 (50% from 255) = 22.32%

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 42.36%
G = 22.32%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F17FC9 (or 0xF17FC9) is known color: Tea Rose. HEX triplet: F1, 7F and C9. RGB value is (241,127,201). Sum of RGB (Red+Green+Blue) = 241+127+201=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC9 is #0E8036. Grayscale: #A9A9A9. Windows color (decimal): -950327 or 13205489. OLE color: 13205489.

HSL color Cylindrical-coordinate representation of color #F17FC9: hue angle of 321.05º 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 #F17FC9 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 201 -
CMYK 0 0.47 0.17 0.05
HSL 321.05º 0.8% 0.72% -
HSV(B) 321.05º 0.47% 0.95% -
XYZ 54.41 38.1 59.74 -
YUV 169.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 241 127 201 0 0.47 0.17 0.05 321.05 0.8 0.72
Hex F1 7F C9 0 2F 11 5 141 50 48
Octal 361 177 311 0 57 21 5 501 120 110
Binary 11110001 1111111 11001001 0 101111 10001 101 101000001 1010000 1001000

Color Harmonies of #F17FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FC9

Black with #F17FC9

Text Example


Text Example

White with #F17FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FC9; }

 p { color: rgb(241,127,201); }

 H1.HeaderClassName
 {
   color: #F17FC9;
 }
 .AnyTagClassName
 {
   color: #F17FC9;
 }
</style>

background-color css

<style>
 a { background-color: #F17FC9; }

 a { background-color: rgb(241,127,201); }

 div.DivClassName
 {
   background-color: #F17FC9;
 }
 .BgClassName
 {
   background-color: #F17FC9;
 }
</style>

border-color css

<style>
 span { border-color: #F17FC9; }

 span { border-color: rgb(241,127,201); }

 td.TdClassName
 {
   border-color: #F17FC9;
 }
 .TagClassName
 {
   border-color: #F17FC9;
 }
</style>