#F080FC

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

Shades of Violet #F080FC

Tints of Violet #F080FC

Color information

#F080FC (or 0xF080FC) is unknown color: approx Violet. HEX triplet: F0, 80 and FC. RGB value is (240,128,252). Sum of RGB (Red+Green+Blue) = 240+128+252=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #F080FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080FC is #0F7F03. Grayscale: #AFAFAF. Windows color (decimal): -1015556 or 16548080. OLE color: 16548080.

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

Color convert

RGB240128252-
CMYK0.050.4900.01
HSL294.19º95.38%74.51%-
HSV(B)294.19º49.21%98.82%-
XYZ61.2340.9996.78-
YUV175.62171.11173.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 128 (50.39% from 255) = 20.65%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=38.71%
G=20.65%
B=40.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401282520.050.4900.01294.1995.3874.51
HexF080FC531011265f4b
Octal36020037456101446137113
Binary1111000010000000111111001011100010110010011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080FC; }

 p { color: rgb(240,128,252); }

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

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

 a { background-color: rgb(240,128,252); }

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

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

 span { border-color: rgb(240,128,252); }

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