#F07BF0

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

Shades of Violet #F07BF0

Tints of Violet #F07BF0

Color information

#F07BF0 (or 0xF07BF0) is unknown color: approx Violet. HEX triplet: F0, 7B and F0. RGB value is (240,123,240). Sum of RGB (Red+Green+Blue) = 240+123+240=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 123 (48.44% from 255 or 20.40% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F07BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BF0 is #0F840F. Grayscale: #AAAAAA. Windows color (decimal): -1016848 or 15760368. OLE color: 15760368.

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

Color convert

RGB240123240-
CMYK00.4900.06
HSL300º79.59%71.18%-
HSV(B)300º48.75%94.12%-
XYZ58.7538.9886.87-
YUV171.32166.76176.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 123 (48.44% from 255) = 20.40%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=39.80%
G=20.40%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012324000.4900.0630079.5971.18
HexF07BF00310612c5047
Octal36017336006106454120107
Binary111100001111011111100000110001011010010110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BF0; }

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

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

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

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

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

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

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

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