#F53882

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

Shades of Violet Red #F53882

Tints of Violet Red #F53882

Color information

#F53882 (or 0xF53882) is unknown color: approx Violet Red. HEX triplet: F5, 38 and 82. RGB value is (245,56,130). Sum of RGB (Red+Green+Blue) = 245+56+130=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F53882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53882 is #0AC77D. Grayscale: #787878. Windows color (decimal): -706430 or 8534261. OLE color: 8534261.

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

Color convert

RGB24556130-
CMYK00.770.470.04
HSL336.51º90.43%59.02%-
HSV(B)336.51º77.14%96.08%-
XYZ43.123.8523.45-
YUV120.95133.12216.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.84%
GREEN value IS 56 (22.27% from 255) = 12.99%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=56.84%
G=12.99%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455613000.770.470.04336.5190.4359.02
HexF5388204D2F41515a3b
Octal36570202011557452113273
Binary1111010111100010000010010011011011111001010100011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53882; }

 p { color: rgb(245,56,130); }

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

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

 a { background-color: rgb(245,56,130); }

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

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

 span { border-color: rgb(245,56,130); }

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