#F481F2

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

Shades of Violet #F481F2

Tints of Violet #F481F2

Color information

#F481F2 (or 0xF481F2) is unknown color: approx Violet. HEX triplet: F4, 81 and F2. RGB value is (244,129,242). Sum of RGB (Red+Green+Blue) = 244+129+242=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F481F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481F2 is #0B7E0D. Grayscale: #AFAFAF. Windows color (decimal): -753166 or 15892980. OLE color: 15892980.

HSL color Cylindrical-coordinate representation of color #F481F2: hue angle of 301.04º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481F2 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB244129242-
CMYK00.470.010.04
HSL301.04º83.94%73.14%-
HSV(B)301.04º47.13%95.69%-
XYZ61.1941.3488.76-
YUV176.27165.1176.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 129 (50.78% from 255) = 20.98%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=39.67%
G=20.98%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412924200.470.010.04301.0483.9473.14
HexF481F202F1412d5449
Octal36420136205714455124111
Binary1111010010000001111100100101111110010010110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481F2; }

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

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

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

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

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

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

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

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