#F581F2

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

Shades of Violet #F581F2

Tints of Violet #F581F2

Color information

#F581F2 (or 0xF581F2) is unknown color: approx Violet. HEX triplet: F5, 81 and F2. RGB value is (245,129,242). Sum of RGB (Red+Green+Blue) = 245+129+242=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 129 (50.78% from 255 or 20.94% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F581F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581F2 is #0A7E0D. Grayscale: #B0B0B0. Windows color (decimal): -687630 or 15892981. OLE color: 15892981.

HSL color Cylindrical-coordinate representation of color #F581F2: hue angle of 301.55º degrees, saturation: 0.85, 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 #F581F2 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB245129242-
CMYK00.470.010.04
HSL301.55º85.29%73.33%-
HSV(B)301.55º47.35%96.08%-
XYZ61.5341.5288.78-
YUV176.57164.93176.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 129 (50.78% from 255) = 20.94%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=39.77%
G=20.94%
B=39.29%

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
Decimal24512924200.470.010.04301.5585.2973.33
HexF581F202F1412e5549
Octal36520136205714456125111
Binary1111010110000001111100100101111110010010111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581F2; }

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

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

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

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

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

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

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

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