#F077F4

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

Shades of Violet #F077F4

Tints of Violet #F077F4

Color information

#F077F4 (or 0xF077F4) is unknown color: approx Violet. HEX triplet: F0, 77 and F4. RGB value is (240,119,244). Sum of RGB (Red+Green+Blue) = 240+119+244=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 119 (46.88% from 255 or 19.73% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #F077F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077F4 is #0F880B. Grayscale: #A9A9A9. Windows color (decimal): -1017868 or 16021488. OLE color: 16021488.

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

Color convert

RGB240119244-
CMYK0.020.5100.04
HSL298.08º85.03%71.18%-
HSV(B)298.08º51.23%95.69%-
XYZ58.8638.2589.87-
YUV169.43170.09178.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 119 (46.88% from 255) = 19.73%
BLUE value IS 244 (95.70% from 255) = 40.46%
R=39.80%
G=19.73%
B=40.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401192440.020.5100.04298.0885.0371.18
HexF077F42330412a5547
Octal36016736426304452125107
Binary1111000011101111111010010110011010010010101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077F4; }

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

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

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

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

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

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

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

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