Html Css Color HEX #F096E4 Lavender Rose

📋 copy color: '#F096E4'

red 240 ◦ green 150 ◦ blue 228

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

Shades of Lavender Rose #F096E4

Tints of Lavender Rose #F096E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.89%

R = 38.83%
G = 24.27%
B = 36.89%

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

#F096E4 (or 0xF096E4) is known color: Lavender Rose. HEX triplet: F0, 96 and E4. RGB value is (240,150,228). Sum of RGB (Red+Green+Blue) = 240+150+228=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F096E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096E4 is #0F691B. Grayscale: #B9B9B9. Windows color (decimal): -1009948 or 14980848. OLE color: 14980848.

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

Color convert

RGB 240 150 228 -
CMYK 0 0.37 0.05 0.06
HSL 308º 0.75% 0.76% -
HSV(B) 308º 0.38% 0.94% -
XYZ 60.85 45.94 79.06 -
YUV 185.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 240 150 228 0 0.37 0.05 0.06 308 0.75 0.76
Hex F0 96 E4 0 25 5 6 134 4B 4C
Octal 360 226 344 0 45 5 6 464 113 114
Binary 11110000 10010110 11100100 0 100101 101 110 100110100 1001011 1001100

Color Harmonies of #F096E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096E4

Black with #F096E4

Text Example


Text Example

White with #F096E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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