#F53880

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

Shades of Violet Red #F53880

Tints of Violet Red #F53880

Color information

#F53880 (or 0xF53880) is unknown color: approx Violet Red. HEX triplet: F5, 38 and 80. RGB value is (245,56,128). Sum of RGB (Red+Green+Blue) = 245+56+128=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F53880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53880 is #0AC77F. Grayscale: #787878. Windows color (decimal): -706432 or 8403189. OLE color: 8403189.

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

Color convert

RGB24556128-
CMYK00.770.480.04
HSL337.14º90.43%59.02%-
HSV(B)337.14º77.14%96.08%-
XYZ42.9723.822.75-
YUV120.72132.12216.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.11%
GREEN value IS 56 (22.27% from 255) = 13.05%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=57.11%
G=13.05%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455612800.770.480.04337.1490.4359.02
HexF5388004D3041515a3b
Octal36570200011560452113273
Binary1111010111100010000000010011011100001001010100011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53880; }

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

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

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

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

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

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

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

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