#F5458B

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

Shades of Violet Red #F5458B

Tints of Violet Red #F5458B

Color information

#F5458B (or 0xF5458B) is unknown color: approx Violet Red. HEX triplet: F5, 45 and 8B. RGB value is (245,69,139). Sum of RGB (Red+Green+Blue) = 245+69+139=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5458B is #0ABA74. Grayscale: #818181. Windows color (decimal): -703093 or 9127413. OLE color: 9127413.

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

Color convert

RGB24569139-
CMYK00.720.430.04
HSL336.14º89.8%61.57%-
HSV(B)336.14º71.84%96.08%-
XYZ44.4425.5327.01-
YUV129.6133.31210.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=54.08%
G=15.23%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456913900.720.430.04336.1489.861.57
HexF5458B0482B41505a3e
Octal365105213011053452013276
Binary11110101100010110001011010010001010111001010100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5458B; }

 p { color: rgb(245,69,139); }

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

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

 a { background-color: rgb(245,69,139); }

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

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

 span { border-color: rgb(245,69,139); }

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