Html Css Color HEX #F096DA Lavender Rose

📋 copy color: '#F096DA'

red 240 ◦ green 150 ◦ blue 218

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

Shades of Lavender Rose #F096DA

Tints of Lavender Rose #F096DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 39.47%
G = 24.67%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F096DA (or 0xF096DA) is known color: Lavender Rose. HEX triplet: F0, 96 and DA. RGB value is (240,150,218). Sum of RGB (Red+Green+Blue) = 240+150+218=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F096DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096DA is #0F6925. Grayscale: #B8B8B8. Windows color (decimal): -1009958 or 14325488. OLE color: 14325488.

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

Color convert

RGB 240 150 218 -
CMYK 0 0.37 0.09 0.06
HSL 314.67º 0.75% 0.76% -
HSV(B) 314.67º 0.38% 0.94% -
XYZ 59.5 45.4 71.96 -
YUV 184.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 240 150 218 0 0.37 0.09 0.06 314.67 0.75 0.76
Hex F0 96 DA 0 25 9 6 13B 4B 4C
Octal 360 226 332 0 45 11 6 473 113 114
Binary 11110000 10010110 11011010 0 100101 1001 110 100111011 1001011 1001100

Color Harmonies of #F096DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096DA

Black with #F096DA

Text Example


Text Example

White with #F096DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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