Html Css Color HEX #F57FC3 Tea Rose

📋 copy color: '#F57FC3'

red 245 ◦ green 127 ◦ blue 195

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

Shades of Tea Rose #F57FC3

Tints of Tea Rose #F57FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 43.21%
G = 22.4%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F57FC3 (or 0xF57FC3) is known color: Tea Rose. HEX triplet: F5, 7F and C3. RGB value is (245,127,195). Sum of RGB (Red+Green+Blue) = 245+127+195=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FC3 is #0A803C. Grayscale: #A9A9A9. Windows color (decimal): -688189 or 12812277. OLE color: 12812277.

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

Color convert

RGB 245 127 195 -
CMYK 0 0.48 0.20 0.04
HSL 325.42º 0.86% 0.73% -
HSV(B) 325.42º 0.48% 0.96% -
XYZ 55.1 38.53 56.16 -
YUV 170.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 245 127 195 0 0.48 0.20 0.04 325.42 0.86 0.73
Hex F5 7F C3 0 30 14 4 145 56 49
Octal 365 177 303 0 60 24 4 505 126 111
Binary 11110101 1111111 11000011 0 110000 10100 100 101000101 1010110 1001001

Color Harmonies of #F57FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FC3

Black with #F57FC3

Text Example


Text Example

White with #F57FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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