Html Css Color HEX #F17FCC Tea Rose

📋 copy color: '#F17FCC'

red 241 ◦ green 127 ◦ blue 204

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

Shades of Tea Rose #F17FCC

Tints of Tea Rose #F17FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 42.13%
G = 22.2%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F17FCC (or 0xF17FCC) is known color: Tea Rose. HEX triplet: F1, 7F and CC. RGB value is (241,127,204). Sum of RGB (Red+Green+Blue) = 241+127+204=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FCC is #0E8033. Grayscale: #A9A9A9. Windows color (decimal): -950324 or 13402097. OLE color: 13402097.

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

Color convert

RGB 241 127 204 -
CMYK 0 0.47 0.15 0.05
HSL 319.47º 0.8% 0.72% -
HSV(B) 319.47º 0.47% 0.95% -
XYZ 54.76 38.24 61.62 -
YUV 169.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 241 127 204 0 0.47 0.15 0.05 319.47 0.8 0.72
Hex F1 7F CC 0 2F F 5 13F 50 48
Octal 361 177 314 0 57 17 5 477 120 110
Binary 11110001 1111111 11001100 0 101111 1111 101 100111111 1010000 1001000

Color Harmonies of #F17FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FCC

Black with #F17FCC

Text Example


Text Example

White with #F17FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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