Html Css Color HEX #F59EE2 Lavender Rose

📋 copy color: '#F59EE2'

red 245 ◦ green 158 ◦ blue 226

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

Shades of Lavender Rose #F59EE2

Tints of Lavender Rose #F59EE2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.12%

 BLUE value IS 226 (88.67% from 255) = 35.93%

R = 38.95%
G = 25.12%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F59EE2 (or 0xF59EE2) is known color: Lavender Rose. HEX triplet: F5, 9E and E2. RGB value is (245,158,226). Sum of RGB (Red+Green+Blue) = 245+158+226=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EE2 is #0A611D. Grayscale: #BFBFBF. Windows color (decimal): -680222 or 14851829. OLE color: 14851829.

HSL color Cylindrical-coordinate representation of color #F59EE2: hue angle of 313.1º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59EE2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 158 226 -
CMYK 0 0.36 0.08 0.04
HSL 313.1º 0.81% 0.79% -
HSV(B) 313.1º 0.36% 0.96% -
XYZ 63.61 49.36 78.13 -
YUV 191.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 245 158 226 0 0.36 0.08 0.04 313.1 0.81 0.79
Hex F5 9E E2 0 24 8 4 139 51 4F
Octal 365 236 342 0 44 10 4 471 121 117
Binary 11110101 10011110 11100010 0 100100 1000 100 100111001 1010001 1001111

Color Harmonies of #F59EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59EE2

Black with #F59EE2

Text Example


Text Example

White with #F59EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59EE2; }

 p { color: rgb(245,158,226); }

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

background-color css

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

 a { background-color: rgb(245,158,226); }

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

border-color css

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

 span { border-color: rgb(245,158,226); }

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