Html Css Color HEX #F096D2 Lavender Rose

📋 copy color: '#F096D2'

red 240 ◦ green 150 ◦ blue 210

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

Shades of Lavender Rose #F096D2

Tints of Lavender Rose #F096D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35%

R = 40%
G = 25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F096D2 (or 0xF096D2) is known color: Lavender Rose. HEX triplet: F0, 96 and D2. RGB value is (240,150,210). Sum of RGB (Red+Green+Blue) = 240+150+210=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F096D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096D2 is #0F692D. Grayscale: #B7B7B7. Windows color (decimal): -1009966 or 13801200. OLE color: 13801200.

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

Color convert

RGB 240 150 210 -
CMYK 0 0.37 0.12 0.06
HSL 320º 0.75% 0.76% -
HSV(B) 320º 0.38% 0.94% -
XYZ 58.47 44.99 66.57 -
YUV 183.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 240 150 210 0 0.37 0.12 0.06 320 0.75 0.76
Hex F0 96 D2 0 25 C 6 140 4B 4C
Octal 360 226 322 0 45 14 6 500 113 114
Binary 11110000 10010110 11010010 0 100101 1100 110 101000000 1001011 1001100

Color Harmonies of #F096D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096D2

Black with #F096D2

Text Example


Text Example

White with #F096D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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