Html Css Color HEX #F59EE1 Lavender Rose

📋 copy color: '#F59EE1'

red 245 ◦ green 158 ◦ blue 225

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

Shades of Lavender Rose #F59EE1

Tints of Lavender Rose #F59EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.83%

R = 39.01%
G = 25.16%
B = 35.83%

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

#F59EE1 (or 0xF59EE1) is known color: Lavender Rose. HEX triplet: F5, 9E and E1. RGB value is (245,158,225). Sum of RGB (Red+Green+Blue) = 245+158+225=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EE1 is #0A611E. Grayscale: #BFBFBF. Windows color (decimal): -680223 or 14786293. OLE color: 14786293.

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

Color convert

RGB 245 158 225 -
CMYK 0 0.36 0.08 0.04
HSL 313.79º 0.81% 0.79% -
HSV(B) 313.79º 0.36% 0.96% -
XYZ 63.47 49.3 77.41 -
YUV 191.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 245 158 225 0 0.36 0.08 0.04 313.79 0.81 0.79
Hex F5 9E E1 0 24 8 4 13A 51 4F
Octal 365 236 341 0 44 10 4 472 121 117
Binary 11110101 10011110 11100001 0 100100 1000 100 100111010 1010001 1001111

Color Harmonies of #F59EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59EE1

Black with #F59EE1

Text Example


Text Example

White with #F59EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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