Html Css Color HEX #F58ECE Tea Rose

📋 copy color: '#F58ECE'

red 245 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #F58ECE

Tints of Tea Rose #F58ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 41.32%
G = 23.95%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F58ECE (or 0xF58ECE) is known color: Tea Rose. HEX triplet: F5, 8E and CE. RGB value is (245,142,206). Sum of RGB (Red+Green+Blue) = 245+142+206=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ECE is #0A7131. Grayscale: #B3B3B3. Windows color (decimal): -684338 or 13537013. OLE color: 13537013.

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

Color convert

RGB 245 142 206 -
CMYK 0 0.42 0.16 0.04
HSL 322.72º 0.84% 0.76% -
HSV(B) 322.72º 0.42% 0.96% -
XYZ 58.47 43.21 63.65 -
YUV 180.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 245 142 206 0 0.42 0.16 0.04 322.72 0.84 0.76
Hex F5 8E CE 0 2A 10 4 143 54 4C
Octal 365 216 316 0 52 20 4 503 124 114
Binary 11110101 10001110 11001110 0 101010 10000 100 101000011 1010100 1001100

Color Harmonies of #F58ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58ECE

Black with #F58ECE

Text Example


Text Example

White with #F58ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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