Html Css Color HEX #F096EC Violet

📋 copy color: '#F096EC'

red 240 ◦ green 150 ◦ blue 236

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

Shades of Violet #F096EC

Tints of Violet #F096EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 38.34%
G = 23.96%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F096EC (or 0xF096EC) is known color: Violet. HEX triplet: F0, 96 and EC. RGB value is (240,150,236). Sum of RGB (Red+Green+Blue) = 240+150+236=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F096EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096EC is #0F6913. Grayscale: #BABABA. Windows color (decimal): -1009940 or 15505136. OLE color: 15505136.

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

Color convert

RGB 240 150 236 -
CMYK 0 0.37 0.02 0.06
HSL 302.67º 0.75% 0.76% -
HSV(B) 302.67º 0.38% 0.94% -
XYZ 61.98 46.39 85.05 -
YUV 186.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 240 150 236 0 0.37 0.02 0.06 302.67 0.75 0.76
Hex F0 96 EC 0 25 2 6 12F 4B 4C
Octal 360 226 354 0 45 2 6 457 113 114
Binary 11110000 10010110 11101100 0 100101 10 110 100101111 1001011 1001100

Color Harmonies of #F096EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096EC

Black with #F096EC

Text Example


Text Example

White with #F096EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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