#F53C7B

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

Shades of Violet Red #F53C7B

Tints of Violet Red #F53C7B

Color information

#F53C7B (or 0xF53C7B) is unknown color: approx Violet Red. HEX triplet: F5, 3C and 7B. RGB value is (245,60,123). Sum of RGB (Red+Green+Blue) = 245+60+123=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53C7B is #0AC384. Grayscale: #7A7A7A. Windows color (decimal): -705413 or 8076533. OLE color: 8076533.

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

Color convert

RGB24560123-
CMYK00.760.500.04
HSL339.57º90.24%59.8%-
HSV(B)339.57º75.51%96.08%-
XYZ42.8524.0721.13-
YUV122.5128.29215.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.24%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=57.24%
G=14.02%
B=28.74%

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
Decimal2456012300.760.500.04339.5790.2459.8
HexF53C7B04C3241545a3c
Octal36574173011462452413274
Binary111101011111001111011010011001100101001010101001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53C7B; }

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

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

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

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

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

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

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

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