Html Css Color HEX #F09EE1 Lavender Rose

📋 copy color: '#F09EE1'

red 240 ◦ green 158 ◦ blue 225

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

Shades of Lavender Rose #F09EE1

Tints of Lavender Rose #F09EE1

RGB

 RED value IS 240 (94.14% from 255) = 38.52%

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

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

R = 38.52%
G = 25.36%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F09EE1 (or 0xF09EE1) is known color: Lavender Rose. HEX triplet: F0, 9E and E1. RGB value is (240,158,225). Sum of RGB (Red+Green+Blue) = 240+158+225=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EE1 is #0F611E. Grayscale: #BDBDBD. Windows color (decimal): -1007903 or 14786288. OLE color: 14786288.

HSL color Cylindrical-coordinate representation of color #F09EE1: hue angle of 310.98º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EE1 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 158 225 -
CMYK 0 0.34 0.06 0.06
HSL 310.98º 0.73% 0.78% -
HSV(B) 310.98º 0.34% 0.94% -
XYZ 61.75 48.42 77.32 -
YUV 190.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 240 158 225 0 0.34 0.06 0.06 310.98 0.73 0.78
Hex F0 9E E1 0 22 6 6 137 49 4E
Octal 360 236 341 0 42 6 6 467 111 116
Binary 11110000 10011110 11100001 0 100010 110 110 100110111 1001001 1001110

Color Harmonies of #F09EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09EE1

Black with #F09EE1

Text Example


Text Example

White with #F09EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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