#F077F3

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

Shades of Violet #F077F3

Tints of Violet #F077F3

Color information

#F077F3 (or 0xF077F3) is unknown color: approx Violet. HEX triplet: F0, 77 and F3. RGB value is (240,119,243). Sum of RGB (Red+Green+Blue) = 240+119+243=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #F077F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077F3 is #0F880C. Grayscale: #A8A8A8. Windows color (decimal): -1017869 or 15955952. OLE color: 15955952.

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

Color convert

RGB240119243-
CMYK0.010.5100.05
HSL298.55º83.78%70.98%-
HSV(B)298.55º51.03%95.29%-
XYZ58.7138.1989.07-
YUV169.32169.59178.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 119 (46.88% from 255) = 19.77%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=39.87%
G=19.77%
B=40.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401192430.010.5100.05298.5583.7870.98
HexF077F31330512b5447
Octal36016736316305453124107
Binary111100001110111111100111110011010110010101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077F3; }

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

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

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

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

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

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

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

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