Html Css Color HEX #F17FC8 Tea Rose

📋 copy color: '#F17FC8'

red 241 ◦ green 127 ◦ blue 200

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

Shades of Tea Rose #F17FC8

Tints of Tea Rose #F17FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 42.43%
G = 22.36%
B = 35.21%

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

#F17FC8 (or 0xF17FC8) is known color: Tea Rose. HEX triplet: F1, 7F and C8. RGB value is (241,127,200). Sum of RGB (Red+Green+Blue) = 241+127+200=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC8 is #0E8037. Grayscale: #A9A9A9. Windows color (decimal): -950328 or 13139953. OLE color: 13139953.

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

Color convert

RGB 241 127 200 -
CMYK 0 0.47 0.17 0.05
HSL 321.58º 0.8% 0.72% -
HSV(B) 321.58º 0.47% 0.95% -
XYZ 54.29 38.05 59.13 -
YUV 169.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 241 127 200 0 0.47 0.17 0.05 321.58 0.8 0.72
Hex F1 7F C8 0 2F 11 5 142 50 48
Octal 361 177 310 0 57 21 5 502 120 110
Binary 11110001 1111111 11001000 0 101111 10001 101 101000010 1010000 1001000

Color Harmonies of #F17FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FC8

Black with #F17FC8

Text Example


Text Example

White with #F17FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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