Html Css Color HEX #F58ED2 Tea Rose

📋 copy color: '#F58ED2'

red 245 ◦ green 142 ◦ blue 210

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

Shades of Tea Rose #F58ED2

Tints of Tea Rose #F58ED2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.79%

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 41.04%
G = 23.79%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F58ED2 (or 0xF58ED2) is known color: Tea Rose. HEX triplet: F5, 8E and D2. RGB value is (245,142,210). Sum of RGB (Red+Green+Blue) = 245+142+210=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ED2 is #0A712D. Grayscale: #B4B4B4. Windows color (decimal): -684334 or 13799157. OLE color: 13799157.

HSL color Cylindrical-coordinate representation of color #F58ED2: hue angle of 320.39º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 142 210 -
CMYK 0 0.42 0.14 0.04
HSL 320.39º 0.84% 0.76% -
HSV(B) 320.39º 0.42% 0.96% -
XYZ 58.96 43.41 66.24 -
YUV 180.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 245 142 210 0 0.42 0.14 0.04 320.39 0.84 0.76
Hex F5 8E D2 0 2A E 4 140 54 4C
Octal 365 216 322 0 52 16 4 500 124 114
Binary 11110101 10001110 11010010 0 101010 1110 100 101000000 1010100 1001100

Color Harmonies of #F58ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58ED2

Black with #F58ED2

Text Example


Text Example

White with #F58ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58ED2; }

 p { color: rgb(245,142,210); }

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

background-color css

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

 a { background-color: rgb(245,142,210); }

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

border-color css

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

 span { border-color: rgb(245,142,210); }

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