#F01F83

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

Shades of Deep Pink #F01F83

Tints of Deep Pink #F01F83

Color information

#F01F83 (or 0xF01F83) is unknown color: approx Deep Pink. HEX triplet: F0, 1F and 83. RGB value is (240,31,131). Sum of RGB (Red+Green+Blue) = 240+31+131=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01F83 is #0FE07C. Grayscale: #686868. Windows color (decimal): -1040509 or 8593392. OLE color: 8593392.

HSL color Cylindrical-coordinate representation of color #F01F83: hue angle of 331.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01F83 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB24031131-
CMYK00.870.450.06
HSL331.29º87.45%53.14%-
HSV(B)331.29º87.08%94.12%-
XYZ40.5221.1423.42-
YUV104.89142.74224.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.70%
GREEN value IS 31 (12.5% from 255) = 7.71%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=59.70%
G=7.71%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403113100.870.450.06331.2987.4553.14
HexF01F830572D614b5735
Octal36037203012755651312765
Binary111100001111110000011010101111011011101010010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F83; }

 p { color: rgb(240,31,131); }

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

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

 a { background-color: rgb(240,31,131); }

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

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

 span { border-color: rgb(240,31,131); }

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