#F41B8C

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

Shades of Deep Pink #F41B8C

Tints of Deep Pink #F41B8C

Color information

#F41B8C (or 0xF41B8C) is unknown color: approx Deep Pink. HEX triplet: F4, 1B and 8C. RGB value is (244,27,140). Sum of RGB (Red+Green+Blue) = 244+27+140=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41B8C is #0BE473. Grayscale: #686868. Windows color (decimal): -779380 or 9182196. OLE color: 9182196.

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

Color convert

RGB24427140-
CMYK00.890.430.04
HSL328.76º90.79%53.14%-
HSV(B)328.76º88.93%95.69%-
XYZ42.4321.9126.8-
YUV104.77147.89227.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.37%
GREEN value IS 27 (10.94% from 255) = 6.57%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=59.37%
G=6.57%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442714000.890.430.04328.7690.7953.14
HexF41B8C0592B41495b35
Octal36433214013153451113365
Binary111101001101110001100010110011010111001010010011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41B8C; }

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

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

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

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

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

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

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

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