#F07BE8

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

Shades of Violet #F07BE8

Tints of Violet #F07BE8

Color information

#F07BE8 (or 0xF07BE8) is unknown color: approx Violet. HEX triplet: F0, 7B and E8. RGB value is (240,123,232). Sum of RGB (Red+Green+Blue) = 240+123+232=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BE8 is #0F8417. Grayscale: #AAAAAA. Windows color (decimal): -1016856 or 15236080. OLE color: 15236080.

HSL color Cylindrical-coordinate representation of color #F07BE8: hue angle of 304.1º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BE8 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB240123232-
CMYK00.490.030.06
HSL304.1º79.59%71.18%-
HSV(B)304.1º48.75%94.12%-
XYZ57.5838.5280.74-
YUV170.41162.76177.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 123 (48.44% from 255) = 20.67%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=40.34%
G=20.67%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012323200.490.030.06304.179.5971.18
HexF07BE8031361305047
Octal36017335006136460120107
Binary1111000011110111110100001100011111010011000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BE8; }

 p { color: rgb(240,123,232); }

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

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

 a { background-color: rgb(240,123,232); }

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

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

 span { border-color: rgb(240,123,232); }

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