#F54096

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

Shades of Violet Red #F54096

Tints of Violet Red #F54096

Color information

#F54096 (or 0xF54096) is unknown color: approx Violet Red. HEX triplet: F5, 40 and 96. RGB value is (245,64,150). Sum of RGB (Red+Green+Blue) = 245+64+150=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F54096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54096 is #0ABF69. Grayscale: #7F7F7F. Windows color (decimal): -704362 or 9847029. OLE color: 9847029.

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

Color convert

RGB24564150-
CMYK00.740.390.04
HSL331.49º90.05%60.59%-
HSV(B)331.49º73.88%96.08%-
XYZ44.9925.2831.36-
YUV127.92140.47211.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 64 (25.39% from 255) = 13.94%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=53.38%
G=13.94%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456415000.740.390.04331.4990.0560.59
HexF5409604A27414b5a3d
Octal365100226011247451313275
Binary11110101100000010010110010010101001111001010010111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54096; }

 p { color: rgb(245,64,150); }

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

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

 a { background-color: rgb(245,64,150); }

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

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

 span { border-color: rgb(245,64,150); }

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