#F07BF2

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

Shades of Violet #F07BF2

Tints of Violet #F07BF2

Color information

#F07BF2 (or 0xF07BF2) is unknown color: approx Violet. HEX triplet: F0, 7B and F2. RGB value is (240,123,242). Sum of RGB (Red+Green+Blue) = 240+123+242=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 123 (48.44% from 255 or 20.33% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #F07BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BF2 is #0F840D. Grayscale: #ABABAB. Windows color (decimal): -1016846 or 15891440. OLE color: 15891440.

HSL color Cylindrical-coordinate representation of color #F07BF2: hue angle of 298.99º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BF2 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240123242-
CMYK0.010.4900.05
HSL298.99º82.07%71.57%-
HSV(B)298.99º49.17%94.9%-
XYZ59.0539.188.44-
YUV171.55167.76176.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 123 (48.44% from 255) = 20.33%
BLUE value IS 242 (94.92% from 255) = 40%
R=39.67%
G=20.33%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401232420.010.4900.05298.9982.0771.57
HexF07BF21310512b5248
Octal36017336216105453122110
Binary111100001111011111100101110001010110010101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BF2; }

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

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

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

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

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

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

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

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