Html Css Color HEX #F09FEE Lavender Rose

📋 copy color: '#F09FEE'

red 240 ◦ green 159 ◦ blue 238

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

Shades of Lavender Rose #F09FEE

Tints of Lavender Rose #F09FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.96%

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 37.68%
G = 24.96%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F09FEE (or 0xF09FEE) is known color: Lavender Rose. HEX triplet: F0, 9F and EE. RGB value is (240,159,238). Sum of RGB (Red+Green+Blue) = 240+159+238=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FEE is #0F6011. Grayscale: #BFBFBF. Windows color (decimal): -1007634 or 15638512. OLE color: 15638512.

HSL color Cylindrical-coordinate representation of color #F09FEE: hue angle of 301.48º 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 #F09FEE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 238 -
CMYK 0 0.34 0.01 0.06
HSL 301.48º 0.73% 0.78% -
HSV(B) 301.48º 0.34% 0.94% -
XYZ 63.77 49.49 87.08 -
YUV 192.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 240 159 238 0 0.34 0.01 0.06 301.48 0.73 0.78
Hex F0 9F EE 0 22 1 6 12D 49 4E
Octal 360 237 356 0 42 1 6 455 111 116
Binary 11110000 10011111 11101110 0 100010 1 110 100101101 1001001 1001110

Color Harmonies of #F09FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FEE

Black with #F09FEE

Text Example


Text Example

White with #F09FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FEE; }

 p { color: rgb(240,159,238); }

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

background-color css

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

 a { background-color: rgb(240,159,238); }

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

border-color css

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

 span { border-color: rgb(240,159,238); }

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