#F41B85

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

Shades of Deep Pink #F41B85

Tints of Deep Pink #F41B85

Color information

#F41B85 (or 0xF41B85) is unknown color: approx Deep Pink. HEX triplet: F4, 1B and 85. RGB value is (244,27,133). Sum of RGB (Red+Green+Blue) = 244+27+133=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41B85 is #0BE47A. Grayscale: #676767. Windows color (decimal): -779387 or 8723444. OLE color: 8723444.

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

Color convert

RGB24427133-
CMYK00.890.450.04
HSL330.69º90.79%53.14%-
HSV(B)330.69º88.93%95.69%-
XYZ41.9321.7124.17-
YUV103.97144.39227.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.40%
GREEN value IS 27 (10.94% from 255) = 6.68%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=60.40%
G=6.68%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442713300.890.450.04330.6990.7953.14
HexF41B850592D414b5b35
Octal36433205013155451313365
Binary111101001101110000101010110011011011001010010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41B85; }

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

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

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

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

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

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

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

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