Html Css Color HEX #F09FEB Lavender Rose

📋 copy color: '#F09FEB'

red 240 ◦ green 159 ◦ blue 235

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

Shades of Lavender Rose #F09FEB

Tints of Lavender Rose #F09FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 37.85%
G = 25.08%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F09FEB (or 0xF09FEB) is known color: Lavender Rose. HEX triplet: F0, 9F and EB. RGB value is (240,159,235). Sum of RGB (Red+Green+Blue) = 240+159+235=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FEB is #0F6014. Grayscale: #BFBFBF. Windows color (decimal): -1007637 or 15441904. OLE color: 15441904.

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

Color convert

RGB 240 159 235 -
CMYK 0 0.34 0.02 0.06
HSL 303.7º 0.73% 0.78% -
HSV(B) 303.7º 0.34% 0.94% -
XYZ 63.33 49.32 84.78 -
YUV 191.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 240 159 235 0 0.34 0.02 0.06 303.7 0.73 0.78
Hex F0 9F EB 0 22 2 6 130 49 4E
Octal 360 237 353 0 42 2 6 460 111 116
Binary 11110000 10011111 11101011 0 100010 10 110 100110000 1001001 1001110

Color Harmonies of #F09FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FEB

Black with #F09FEB

Text Example


Text Example

White with #F09FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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