#F5357D

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

Shades of Violet Red #F5357D

Tints of Violet Red #F5357D

Color information

#F5357D (or 0xF5357D) is unknown color: approx Violet Red. HEX triplet: F5, 35 and 7D. RGB value is (245,53,125). Sum of RGB (Red+Green+Blue) = 245+53+125=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5357D is #0ACA82. Grayscale: #767676. Windows color (decimal): -707203 or 8205813. OLE color: 8205813.

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

Color convert

RGB24553125-
CMYK00.780.490.04
HSL337.5º90.57%58.43%-
HSV(B)337.5º78.37%96.08%-
XYZ42.6323.4421.68-
YUV118.62131.61218.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.92%
GREEN value IS 53 (21.09% from 255) = 12.53%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=57.92%
G=12.53%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455312500.780.490.04337.590.5758.43
HexF5357D04E3141525b3a
Octal36565175011661452213372
Binary111101011101011111101010011101100011001010100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5357D; }

 p { color: rgb(245,53,125); }

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

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

 a { background-color: rgb(245,53,125); }

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

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

 span { border-color: rgb(245,53,125); }

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