#F53682

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

Shades of Violet Red #F53682

Tints of Violet Red #F53682

Color information

#F53682 (or 0xF53682) is unknown color: approx Violet Red. HEX triplet: F5, 36 and 82. RGB value is (245,54,130). Sum of RGB (Red+Green+Blue) = 245+54+130=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F53682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53682 is #0AC97D. Grayscale: #777777. Windows color (decimal): -706942 or 8533749. OLE color: 8533749.

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

Color convert

RGB24554130-
CMYK00.780.470.04
HSL336.13º90.52%58.63%-
HSV(B)336.13º77.96%96.08%-
XYZ4323.6623.42-
YUV119.77133.78217.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.11%
GREEN value IS 54 (21.48% from 255) = 12.59%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=57.11%
G=12.59%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455413000.780.470.04336.1390.5258.63
HexF5368204E2F41505b3b
Octal36566202011657452013373
Binary1111010111011010000010010011101011111001010100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53682; }

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

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

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

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

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

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

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

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