#f41f7e

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

Shades of Deep Pink #F41F7E

Tints of Deep Pink #F41F7E

Color information

#F41F7E (or 0xF41F7E) is unknown color: approx Deep Pink. HEX triplet: F4, 1F and 7E. RGB value is (244,31,126). Sum of RGB (Red+Green+Blue) = 244+31+126=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F7E is #0BE081. Grayscale: #696969. Windows color (decimal): -778370 or 8265716. OLE color: 8265716.

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

Color convert

RGB24431126-
CMYK00.870.480.04
HSL333.24º90.64%53.92%-
HSV(B)333.24º87.3%95.69%-
XYZ41.5621.7221.74-
YUV105.52139.57226.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.85%
GREEN value IS 31 (12.5% from 255) = 7.73%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=60.85%
G=7.73%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443112600.870.480.04333.2490.6453.92
HexF41F7E05730414d5b36
Octal36437176012760451513366
Binary11110100111111111110010101111100001001010011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f41f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f41f7e; }

 p { color: rgb(244,31,126); }

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

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

 a { background-color: rgb(244,31,126); }

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

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

 span { border-color: rgb(244,31,126); }

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