#F54298

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

Shades of Violet Red #F54298

Tints of Violet Red #F54298

Color information

#F54298 (or 0xF54298) is unknown color: approx Violet Red. HEX triplet: F5, 42 and 98. RGB value is (245,66,152). Sum of RGB (Red+Green+Blue) = 245+66+152=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F54298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54298 is #0ABD67. Grayscale: #818181. Windows color (decimal): -703848 or 9978613. OLE color: 9978613.

HSL color Cylindrical-coordinate representation of color #F54298: hue angle of 331.17º 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 #F54298 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24566152-
CMYK00.730.380.04
HSL331.17º89.95%60.98%-
HSV(B)331.17º73.06%96.08%-
XYZ45.2725.5832.26-
YUV129.32140.8210.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.92%
GREEN value IS 66 (26.17% from 255) = 14.25%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=52.92%
G=14.25%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456615200.730.380.04331.1789.9560.98
HexF5429804926414b5a3d
Octal365102230011146451313275
Binary11110101100001010011000010010011001101001010010111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54298; }

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

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

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

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

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

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

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

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