#F53480

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

Shades of Violet Red #F53480

Tints of Violet Red #F53480

Color information

#F53480 (or 0xF53480) is unknown color: approx Violet Red. HEX triplet: F5, 34 and 80. RGB value is (245,52,128). Sum of RGB (Red+Green+Blue) = 245+52+128=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F53480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53480 is #0ACB7F. Grayscale: #767676. Windows color (decimal): -707456 or 8402165. OLE color: 8402165.

HSL color Cylindrical-coordinate representation of color #F53480: hue angle of 336.37º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53480 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24552128-
CMYK00.790.480.04
HSL336.37º90.61%58.24%-
HSV(B)336.37º78.78%96.08%-
XYZ42.7823.4322.69-
YUV118.37133.44218.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 52 (20.70% from 255) = 12.24%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=57.65%
G=12.24%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455212800.790.480.04336.3790.6158.24
HexF5348004F3041505b3a
Octal36564200011760452013372
Binary1111010111010010000000010011111100001001010100001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53480; }

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

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

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

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

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

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

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

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