Html Css Color HEX #F09FED Lavender Rose

📋 copy color: '#F09FED'

red 240 ◦ green 159 ◦ blue 237

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

Shades of Lavender Rose #F09FED

Tints of Lavender Rose #F09FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 37.74%
G = 25%
B = 37.26%

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

#F09FED (or 0xF09FED) is known color: Lavender Rose. HEX triplet: F0, 9F and ED. RGB value is (240,159,237). Sum of RGB (Red+Green+Blue) = 240+159+237=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FED is #0F6012. Grayscale: #BFBFBF. Windows color (decimal): -1007635 or 15572976. OLE color: 15572976.

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

Color convert

RGB 240 159 237 -
CMYK 0 0.34 0.01 0.06
HSL 302.22º 0.73% 0.78% -
HSV(B) 302.22º 0.34% 0.94% -
XYZ 63.62 49.44 86.31 -
YUV 192.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 240 159 237 0 0.34 0.01 0.06 302.22 0.73 0.78
Hex F0 9F ED 0 22 1 6 12E 49 4E
Octal 360 237 355 0 42 1 6 456 111 116
Binary 11110000 10011111 11101101 0 100010 1 110 100101110 1001001 1001110

Color Harmonies of #F09FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FED

Black with #F09FED

Text Example


Text Example

White with #F09FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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