#F41298

Color #F41298 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F41298

Tints of Deep Pink #F41298

Color information

#F41298 (or 0xF41298) is unknown color: approx Deep Pink. HEX triplet: F4, 12 and 98. RGB value is (244,18,152). Sum of RGB (Red+Green+Blue) = 244+18+152=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F41298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41298 is #0BED67. Grayscale: #646464. Windows color (decimal): -781672 or 9966324. OLE color: 9966324.

HSL color Cylindrical-coordinate representation of color #F41298: hue angle of 324.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41298 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24418152-
CMYK00.930.380.04
HSL324.42º91.13%51.37%-
HSV(B)324.42º92.62%95.69%-
XYZ43.1921.9331.66-
YUV100.85156.87230.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 58.94%
GREEN value IS 18 (7.42% from 255) = 4.35%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=58.94%
G=4.35%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441815200.930.380.04324.4291.1351.37
HexF4129805D2641445b33
Octal36422230013546450413363
Binary111101001001010011000010111011001101001010001001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41298; }

 p { color: rgb(244,18,152); }

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

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

 a { background-color: rgb(244,18,152); }

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

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

 span { border-color: rgb(244,18,152); }

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