Html Css Color HEX #F57DCF Tea Rose

📋 copy color: '#F57DCF'

red 245 ◦ green 125 ◦ blue 207

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

Shades of Tea Rose #F57DCF

Tints of Tea Rose #F57DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.66%

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 42.46%
G = 21.66%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F57DCF (or 0xF57DCF) is known color: Tea Rose. HEX triplet: F5, 7D and CF. RGB value is (245,125,207). Sum of RGB (Red+Green+Blue) = 245+125+207=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DCF is #0A8230. Grayscale: #AAAAAA. Windows color (decimal): -688689 or 13598197. OLE color: 13598197.

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

Color convert

RGB 245 125 207 -
CMYK 0 0.49 0.16 0.04
HSL 319º 0.86% 0.73% -
HSV(B) 319º 0.49% 0.96% -
XYZ 56.25 38.58 63.51 -
YUV 170.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 245 125 207 0 0.49 0.16 0.04 319 0.86 0.73
Hex F5 7D CF 0 31 10 4 13F 56 49
Octal 365 175 317 0 61 20 4 477 126 111
Binary 11110101 1111101 11001111 0 110001 10000 100 100111111 1010110 1001001

Color Harmonies of #F57DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DCF

Black with #F57DCF

Text Example


Text Example

White with #F57DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DCF; }

 p { color: rgb(245,125,207); }

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

background-color css

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

 a { background-color: rgb(245,125,207); }

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

border-color css

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

 span { border-color: rgb(245,125,207); }

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