Html Css Color HEX #F096E3 Lavender Rose

📋 copy color: '#F096E3'

red 240 ◦ green 150 ◦ blue 227

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

Shades of Lavender Rose #F096E3

Tints of Lavender Rose #F096E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.79%

R = 38.9%
G = 24.31%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F096E3 (or 0xF096E3) is known color: Lavender Rose. HEX triplet: F0, 96 and E3. RGB value is (240,150,227). Sum of RGB (Red+Green+Blue) = 240+150+227=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F096E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096E3 is #0F691C. Grayscale: #B9B9B9. Windows color (decimal): -1009949 or 14915312. OLE color: 14915312.

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

Color convert

RGB 240 150 227 -
CMYK 0 0.37 0.05 0.06
HSL 308.67º 0.75% 0.76% -
HSV(B) 308.67º 0.38% 0.94% -
XYZ 60.71 45.88 78.33 -
YUV 185.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 240 150 227 0 0.37 0.05 0.06 308.67 0.75 0.76
Hex F0 96 E3 0 25 5 6 135 4B 4C
Octal 360 226 343 0 45 5 6 465 113 114
Binary 11110000 10010110 11100011 0 100101 101 110 100110101 1001011 1001100

Color Harmonies of #F096E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096E3

Black with #F096E3

Text Example


Text Example

White with #F096E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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