#F07CFB

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

Shades of Violet #F07CFB

Tints of Violet #F07CFB

Color information

#F07CFB (or 0xF07CFB) is unknown color: approx Violet. HEX triplet: F0, 7C and FB. RGB value is (240,124,251). Sum of RGB (Red+Green+Blue) = 240+124+251=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #F07CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFB is #0F8304. Grayscale: #ACACAC. Windows color (decimal): -1016581 or 16481520. OLE color: 16481520.

HSL color Cylindrical-coordinate representation of color #F07CFB: hue angle of 294.8º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07CFB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240124251-
CMYK0.040.5100.02
HSL294.8º94.07%73.53%-
HSV(B)294.8º50.6%98.43%-
XYZ60.5639.9195.78-
YUV173.16171.93175.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 124 (48.83% from 255) = 20.16%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=39.02%
G=20.16%
B=40.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401242510.040.5100.02294.894.0773.53
HexF07CFB433021275e4a
Octal36017437346302447136112
Binary1111000011111001111101110011001101010010011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CFB; }

 p { color: rgb(240,124,251); }

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

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

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

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

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

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

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