Html Css Color HEX #F57DCD Tea Rose

📋 copy color: '#F57DCD'

red 245 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #F57DCD

Tints of Tea Rose #F57DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 42.61%
G = 21.74%
B = 35.65%

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

#F57DCD (or 0xF57DCD) is known color: Tea Rose. HEX triplet: F5, 7D and CD. RGB value is (245,125,205). Sum of RGB (Red+Green+Blue) = 245+125+205=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DCD is #0A8232. Grayscale: #A9A9A9. Windows color (decimal): -688691 or 13467125. OLE color: 13467125.

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

Color convert

RGB 245 125 205 -
CMYK 0 0.49 0.16 0.04
HSL 320º 0.86% 0.73% -
HSV(B) 320º 0.49% 0.96% -
XYZ 56.01 38.49 62.23 -
YUV 170 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 245 125 205 0 0.49 0.16 0.04 320 0.86 0.73
Hex F5 7D CD 0 31 10 4 140 56 49
Octal 365 175 315 0 61 20 4 500 126 111
Binary 11110101 1111101 11001101 0 110001 10000 100 101000000 1010110 1001001

Color Harmonies of #F57DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DCD

Black with #F57DCD

Text Example


Text Example

White with #F57DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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