Html Css Color HEX #F17AC8 Tea Rose

📋 copy color: '#F17AC8'

red 241 ◦ green 122 ◦ blue 200

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

Shades of Tea Rose #F17AC8

Tints of Tea Rose #F17AC8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.67%

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

R = 42.81%
G = 21.67%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F17AC8 (or 0xF17AC8) is known color: Tea Rose. HEX triplet: F1, 7A and C8. RGB value is (241,122,200). Sum of RGB (Red+Green+Blue) = 241+122+200=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17AC8 is #0E8537. Grayscale: #A6A6A6. Windows color (decimal): -951608 or 13138673. OLE color: 13138673.

HSL color Cylindrical-coordinate representation of color #F17AC8: hue angle of 320.67º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17AC8 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 122 200 -
CMYK 0 0.49 0.17 0.05
HSL 320.67º 0.81% 0.71% -
HSV(B) 320.67º 0.49% 0.95% -
XYZ 53.66 36.79 58.92 -
YUV 166.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 241 122 200 0 0.49 0.17 0.05 320.67 0.81 0.71
Hex F1 7A C8 0 31 11 5 141 51 47
Octal 361 172 310 0 61 21 5 501 121 107
Binary 11110001 1111010 11001000 0 110001 10001 101 101000001 1010001 1000111

Color Harmonies of #F17AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AC8

Black with #F17AC8

Text Example


Text Example

White with #F17AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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