Html Css Color HEX #F57FC6 Tea Rose

📋 copy color: '#F57FC6'

red 245 ◦ green 127 ◦ blue 198

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

Shades of Tea Rose #F57FC6

Tints of Tea Rose #F57FC6

RGB

 RED value IS 245 (96.09% from 255) = 42.98%

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

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 42.98%
G = 22.28%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F57FC6 (or 0xF57FC6) is known color: Tea Rose. HEX triplet: F5, 7F and C6. RGB value is (245,127,198). Sum of RGB (Red+Green+Blue) = 245+127+198=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FC6 is #0A8039. Grayscale: #AAAAAA. Windows color (decimal): -688186 or 13008885. OLE color: 13008885.

HSL color Cylindrical-coordinate representation of color #F57FC6: hue angle of 323.9º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FC6 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 198 -
CMYK 0 0.48 0.19 0.04
HSL 323.9º 0.86% 0.73% -
HSV(B) 323.9º 0.48% 0.96% -
XYZ 55.44 38.67 57.97 -
YUV 170.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 245 127 198 0 0.48 0.19 0.04 323.9 0.86 0.73
Hex F5 7F C6 0 30 13 4 144 56 49
Octal 365 177 306 0 60 23 4 504 126 111
Binary 11110101 1111111 11000110 0 110000 10011 100 101000100 1010110 1001001

Color Harmonies of #F57FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FC6

Black with #F57FC6

Text Example


Text Example

White with #F57FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FC6; }

 p { color: rgb(245,127,198); }

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

background-color css

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

 a { background-color: rgb(245,127,198); }

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

border-color css

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

 span { border-color: rgb(245,127,198); }

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