#F53A7B

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

Shades of Violet Red #F53A7B

Tints of Violet Red #F53A7B

Color information

#F53A7B (or 0xF53A7B) is unknown color: approx Violet Red. HEX triplet: F5, 3A and 7B. RGB value is (245,58,123). Sum of RGB (Red+Green+Blue) = 245+58+123=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A7B is #0AC584. Grayscale: #797979. Windows color (decimal): -705925 or 8076021. OLE color: 8076021.

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

Color convert

RGB24558123-
CMYK00.760.500.04
HSL339.14º90.34%59.41%-
HSV(B)339.14º76.33%96.08%-
XYZ42.7423.8721.09-
YUV121.32128.95216.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.51%
GREEN value IS 58 (23.05% from 255) = 13.62%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=57.51%
G=13.62%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455812300.760.500.04339.1490.3459.41
HexF53A7B04C3241535a3b
Octal36572173011462452313273
Binary111101011110101111011010011001100101001010100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53A7B; }

 p { color: rgb(245,58,123); }

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

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

 a { background-color: rgb(245,58,123); }

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

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

 span { border-color: rgb(245,58,123); }

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