#F581F1

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

Shades of Violet #F581F1

Tints of Violet #F581F1

Color information

#F581F1 (or 0xF581F1) is unknown color: approx Violet. HEX triplet: F5, 81 and F1. RGB value is (245,129,241). Sum of RGB (Red+Green+Blue) = 245+129+241=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F581F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581F1 is #0A7E0E. Grayscale: #B0B0B0. Windows color (decimal): -687631 or 15827445. OLE color: 15827445.

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

Color convert

RGB245129241-
CMYK00.470.020.04
HSL302.07º85.29%73.33%-
HSV(B)302.07º47.35%96.08%-
XYZ61.3841.4687.99-
YUV176.45164.43176.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 129 (50.78% from 255) = 20.98%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=39.84%
G=20.98%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512924100.470.020.04302.0785.2973.33
HexF581F102F2412e5549
Octal36520136105724456125111
Binary11110101100000011111000101011111010010010111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581F1; }

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

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

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

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

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

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

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

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