#F11F7D

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

Shades of Deep Pink #F11F7D

Tints of Deep Pink #F11F7D

Color information

#F11F7D (or 0xF11F7D) is unknown color: approx Deep Pink. HEX triplet: F1, 1F and 7D. RGB value is (241,31,125). Sum of RGB (Red+Green+Blue) = 241+31+125=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F7D is #0EE082. Grayscale: #686868. Windows color (decimal): -974979 or 8200177. OLE color: 8200177.

HSL color Cylindrical-coordinate representation of color #F11F7D: hue angle of 333.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11F7D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB24131125-
CMYK00.870.480.05
HSL333.14º88.24%53.33%-
HSV(B)333.14º87.14%94.51%-
XYZ40.4721.1621.35-
YUV104.51139.57225.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=60.71%
G=7.81%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413112500.870.480.05333.1488.2453.33
HexF11F7D05730514d5835
Octal36137175012760551513065
Binary11110001111111111101010101111100001011010011011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11F7D; }

 p { color: rgb(241,31,125); }

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

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

 a { background-color: rgb(241,31,125); }

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

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

 span { border-color: rgb(241,31,125); }

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