#F01F8B

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

Shades of Deep Pink #F01F8B

Tints of Deep Pink #F01F8B

Color information

#F01F8B (or 0xF01F8B) is unknown color: approx Deep Pink. HEX triplet: F0, 1F and 8B. RGB value is (240,31,139). Sum of RGB (Red+Green+Blue) = 240+31+139=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01F8B is #0FE074. Grayscale: #696969. Windows color (decimal): -1040501 or 9117680. OLE color: 9117680.

HSL color Cylindrical-coordinate representation of color #F01F8B: hue angle of 329º 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 #F01F8B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB24031139-
CMYK00.870.420.06
HSL329º87.45%53.14%-
HSV(B)329º87.08%94.12%-
XYZ41.0921.3726.39-
YUV105.8146.74223.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.54%
GREEN value IS 31 (12.5% from 255) = 7.56%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=58.54%
G=7.56%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403113900.870.420.0632987.4553.14
HexF01F8B0572A61495735
Octal36037213012752651112765
Binary111100001111110001011010101111010101101010010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F8B; }

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

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

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

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

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

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

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

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