#F072EB

Color #F072EB Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F072EB

Tints of Violet #F072EB

Color information

#F072EB (or 0xF072EB) is unknown color: approx Violet. HEX triplet: F0, 72 and EB. RGB value is (240,114,235). Sum of RGB (Red+Green+Blue) = 240+114+235=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F072EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072EB is #0F8D14. Grayscale: #A5A5A5. Windows color (decimal): -1019157 or 15430384. OLE color: 15430384.

HSL color Cylindrical-coordinate representation of color #F072EB: hue angle of 302.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072EB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240114235-
CMYK00.520.020.06
HSL302.38º80.77%69.41%-
HSV(B)302.38º52.5%94.12%-
XYZ56.9536.5682.65-
YUV165.47167.24181.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 114 (44.92% from 255) = 19.35%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=40.75%
G=19.35%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011423500.520.020.06302.3880.7769.41
HexF072EB0342612e5145
Octal36016235306426456121105
Binary1111000011100101110101101101001011010010111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F072EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F072EB; }

 p { color: rgb(240,114,235); }

 H1.HeaderClassName
 {
   color: #F072EB;
 }
 .AnyTagClassName
 {
   color: #F072EB;
 }
</style>
background-color css

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

 a { background-color: rgb(240,114,235); }

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

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

 span { border-color: rgb(240,114,235); }

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