Html Css Color HEX #F58EC3 Tea Rose

📋 copy color: '#F58EC3'

red 245 ◦ green 142 ◦ blue 195

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

Shades of Tea Rose #F58EC3

Tints of Tea Rose #F58EC3

RGB

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

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

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

R = 42.1%
G = 24.4%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F58EC3 (or 0xF58EC3) is known color: Tea Rose. HEX triplet: F5, 8E and C3. RGB value is (245,142,195). Sum of RGB (Red+Green+Blue) = 245+142+195=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EC3 is #0A713C. Grayscale: #B2B2B2. Windows color (decimal): -684349 or 12816117. OLE color: 12816117.

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

Color convert

RGB 245 142 195 -
CMYK 0 0.42 0.20 0.04
HSL 329.13º 0.84% 0.76% -
HSV(B) 329.13º 0.42% 0.96% -
XYZ 57.18 42.7 56.86 -
YUV 178.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 245 142 195 0 0.42 0.20 0.04 329.13 0.84 0.76
Hex F5 8E C3 0 2A 14 4 149 54 4C
Octal 365 216 303 0 52 24 4 511 124 114
Binary 11110101 10001110 11000011 0 101010 10100 100 101001001 1010100 1001100

Color Harmonies of #F58EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58EC3

Black with #F58EC3

Text Example


Text Example

White with #F58EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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