#F5448C

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

Shades of Violet Red #F5448C

Tints of Violet Red #F5448C

Color information

#F5448C (or 0xF5448C) is unknown color: approx Violet Red. HEX triplet: F5, 44 and 8C. RGB value is (245,68,140). Sum of RGB (Red+Green+Blue) = 245+68+140=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5448C is #0ABB73. Grayscale: #818181. Windows color (decimal): -703348 or 9192693. OLE color: 9192693.

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

Color convert

RGB24568140-
CMYK00.720.430.04
HSL335.59º89.85%61.37%-
HSV(B)335.59º72.24%96.08%-
XYZ44.4625.4427.38-
YUV129.13134.14210.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 68 (26.95% from 255) = 15.01%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=54.08%
G=15.01%
B=30.91%

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
Decimal2456814000.720.430.04335.5989.8561.37
HexF5448C0482B41505a3d
Octal365104214011053452013275
Binary11110101100010010001100010010001010111001010100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5448C; }

 p { color: rgb(245,68,140); }

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

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

 a { background-color: rgb(245,68,140); }

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

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

 span { border-color: rgb(245,68,140); }

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