Html Css Color HEX #F57FCA Tea Rose

📋 copy color: '#F57FCA'

red 245 ◦ green 127 ◦ blue 202

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

Shades of Tea Rose #F57FCA

Tints of Tea Rose #F57FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 42.68%
G = 22.13%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F57FCA (or 0xF57FCA) is known color: Tea Rose. HEX triplet: F5, 7F and CA. RGB value is (245,127,202). Sum of RGB (Red+Green+Blue) = 245+127+202=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FCA is #0A8035. Grayscale: #AAAAAA. Windows color (decimal): -688182 or 13271029. OLE color: 13271029.

HSL color Cylindrical-coordinate representation of color #F57FCA: hue angle of 321.86º 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 #F57FCA is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 202 -
CMYK 0 0.48 0.18 0.04
HSL 321.86º 0.86% 0.73% -
HSV(B) 321.86º 0.48% 0.96% -
XYZ 55.91 38.86 60.43 -
YUV 170.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 245 127 202 0 0.48 0.18 0.04 321.86 0.86 0.73
Hex F5 7F CA 0 30 12 4 142 56 49
Octal 365 177 312 0 60 22 4 502 126 111
Binary 11110101 1111111 11001010 0 110000 10010 100 101000010 1010110 1001001

Color Harmonies of #F57FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FCA

Black with #F57FCA

Text Example


Text Example

White with #F57FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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