#F07CF4

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

Shades of Violet #F07CF4

Tints of Violet #F07CF4

Color information

#F07CF4 (or 0xF07CF4) is unknown color: approx Violet. HEX triplet: F0, 7C and F4. RGB value is (240,124,244). Sum of RGB (Red+Green+Blue) = 240+124+244=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #F07CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CF4 is #0F830B. Grayscale: #ACACAC. Windows color (decimal): -1016588 or 16022768. OLE color: 16022768.

HSL color Cylindrical-coordinate representation of color #F07CF4: hue angle of 298º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07CF4 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240124244-
CMYK0.020.4900.04
HSL298º84.51%72.16%-
HSV(B)298º49.18%95.69%-
XYZ59.4739.4790.07-
YUV172.36168.43176.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 124 (48.83% from 255) = 20.39%
BLUE value IS 244 (95.70% from 255) = 40.13%
R=39.47%
G=20.39%
B=40.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401242440.020.4900.0429884.5172.16
HexF07CF42310412a5548
Octal36017436426104452125110
Binary1111000011111001111010010110001010010010101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CF4; }

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

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

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

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

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

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

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

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