#F41B8A

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

Shades of Deep Pink #F41B8A

Tints of Deep Pink #F41B8A

Color information

#F41B8A (or 0xF41B8A) is unknown color: approx Deep Pink. HEX triplet: F4, 1B and 8A. RGB value is (244,27,138). Sum of RGB (Red+Green+Blue) = 244+27+138=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41B8A is #0BE475. Grayscale: #686868. Windows color (decimal): -779382 or 9051124. OLE color: 9051124.

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

Color convert

RGB24427138-
CMYK00.890.430.04
HSL329.31º90.79%53.14%-
HSV(B)329.31º88.93%95.69%-
XYZ42.2921.8526.03-
YUV104.54146.89227.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 27 (10.94% from 255) = 6.60%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=59.66%
G=6.60%
B=33.74%

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
Decimal2442713800.890.430.04329.3190.7953.14
HexF41B8A0592B41495b35
Octal36433212013153451113365
Binary111101001101110001010010110011010111001010010011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41B8A; }

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

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

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

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

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

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

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

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