#F481FA

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

Shades of Violet #F481FA

Tints of Violet #F481FA

Color information

#F481FA (or 0xF481FA) is unknown color: approx Violet. HEX triplet: F4, 81 and FA. RGB value is (244,129,250). Sum of RGB (Red+Green+Blue) = 244+129+250=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #F481FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481FA is #0B7E05. Grayscale: #B0B0B0. Windows color (decimal): -753158 or 16417268. OLE color: 16417268.

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

Color convert

RGB244129250-
CMYK0.020.4800.02
HSL297.02º92.37%74.31%-
HSV(B)297.02º48.4%98.04%-
XYZ62.4141.8495.23-
YUV177.18169.1175.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.17%
GREEN value IS 129 (50.78% from 255) = 20.71%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=39.17%
G=20.71%
B=40.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441292500.020.4800.02297.0292.3774.31
HexF481FA230021295c4a
Octal36420137226002451134112
Binary1111010010000001111110101011000001010010100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481FA; }

 p { color: rgb(244,129,250); }

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

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

 a { background-color: rgb(244,129,250); }

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

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

 span { border-color: rgb(244,129,250); }

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