Html Css Color HEX #F096D9 Lavender Rose

📋 copy color: '#F096D9'

red 240 ◦ green 150 ◦ blue 217

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

Shades of Lavender Rose #F096D9

Tints of Lavender Rose #F096D9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.71%

 BLUE value IS 217 (85.16% from 255) = 35.75%

R = 39.54%
G = 24.71%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F096D9 (or 0xF096D9) is known color: Lavender Rose. HEX triplet: F0, 96 and D9. RGB value is (240,150,217). Sum of RGB (Red+Green+Blue) = 240+150+217=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F096D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096D9 is #0F6926. Grayscale: #B8B8B8. Windows color (decimal): -1009959 or 14259952. OLE color: 14259952.

HSL color Cylindrical-coordinate representation of color #F096D9: hue angle of 315.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096D9 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 217 -
CMYK 0 0.37 0.10 0.06
HSL 315.33º 0.75% 0.76% -
HSV(B) 315.33º 0.38% 0.94% -
XYZ 59.37 45.35 71.27 -
YUV 184.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 240 150 217 0 0.37 0.10 0.06 315.33 0.75 0.76
Hex F0 96 D9 0 25 A 6 13B 4B 4C
Octal 360 226 331 0 45 12 6 473 113 114
Binary 11110000 10010110 11011001 0 100101 1010 110 100111011 1001011 1001100

Color Harmonies of #F096D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096D9

Black with #F096D9

Text Example


Text Example

White with #F096D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096D9; }

 p { color: rgb(240,150,217); }

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

background-color css

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

 a { background-color: rgb(240,150,217); }

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

border-color css

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

 span { border-color: rgb(240,150,217); }

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