#F41B84

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

Shades of Deep Pink #F41B84

Tints of Deep Pink #F41B84

Color information

#F41B84 (or 0xF41B84) is unknown color: approx Deep Pink. HEX triplet: F4, 1B and 84. RGB value is (244,27,132). Sum of RGB (Red+Green+Blue) = 244+27+132=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41B84 is #0BE47B. Grayscale: #676767. Windows color (decimal): -779388 or 8657908. OLE color: 8657908.

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

Color convert

RGB24427132-
CMYK00.890.460.04
HSL330.97º90.79%53.14%-
HSV(B)330.97º88.93%95.69%-
XYZ41.8721.6823.81-
YUV103.85143.89227.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.55%
GREEN value IS 27 (10.94% from 255) = 6.70%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=60.55%
G=6.70%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442713200.890.460.04330.9790.7953.14
HexF41B840592E414b5b35
Octal36433204013156451313365
Binary111101001101110000100010110011011101001010010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41B84; }

 p { color: rgb(244,27,132); }

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

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

 a { background-color: rgb(244,27,132); }

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

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

 span { border-color: rgb(244,27,132); }

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