#F5427E

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

Shades of Violet Red #F5427E

Tints of Violet Red #F5427E

Color information

#F5427E (or 0xF5427E) is unknown color: approx Violet Red. HEX triplet: F5, 42 and 7E. RGB value is (245,66,126). Sum of RGB (Red+Green+Blue) = 245+66+126=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5427E is #0ABD81. Grayscale: #7E7E7E. Windows color (decimal): -703874 or 8274677. OLE color: 8274677.

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

Color convert

RGB24566126-
CMYK00.730.490.04
HSL339.89º89.95%60.98%-
HSV(B)339.89º73.06%96.08%-
XYZ43.3724.8222.24-
YUV126.36127.8212.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.06%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=56.06%
G=15.10%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456612600.730.490.04339.8989.9560.98
HexF5427E0493141545a3d
Octal365102176011161452413275
Binary1111010110000101111110010010011100011001010101001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5427E; }

 p { color: rgb(245,66,126); }

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

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

 a { background-color: rgb(245,66,126); }

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

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

 span { border-color: rgb(245,66,126); }

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