Html Css Color HEX #F09FE7 Lavender Rose

📋 copy color: '#F09FE7'

red 240 ◦ green 159 ◦ blue 231

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

Shades of Lavender Rose #F09FE7

Tints of Lavender Rose #F09FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.67%

R = 38.1%
G = 25.24%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F09FE7 (or 0xF09FE7) is known color: Lavender Rose. HEX triplet: F0, 9F and E7. RGB value is (240,159,231). Sum of RGB (Red+Green+Blue) = 240+159+231=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FE7 is #0F6018. Grayscale: #BFBFBF. Windows color (decimal): -1007641 or 15179760. OLE color: 15179760.

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

Color convert

RGB 240 159 231 -
CMYK 0 0.34 0.04 0.06
HSL 306.67º 0.73% 0.78% -
HSV(B) 306.67º 0.34% 0.94% -
XYZ 62.76 49.09 81.77 -
YUV 191.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 240 159 231 0 0.34 0.04 0.06 306.67 0.73 0.78
Hex F0 9F E7 0 22 4 6 133 49 4E
Octal 360 237 347 0 42 4 6 463 111 116
Binary 11110000 10011111 11100111 0 100010 100 110 100110011 1001001 1001110

Color Harmonies of #F09FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FE7

Black with #F09FE7

Text Example


Text Example

White with #F09FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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