#F21388

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

Shades of Deep Pink #F21388

Tints of Deep Pink #F21388

Color information

#F21388 (or 0xF21388) is unknown color: approx Deep Pink. HEX triplet: F2, 13 and 88. RGB value is (242,19,136). Sum of RGB (Red+Green+Blue) = 242+19+136=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F21388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21388 is #0DEC77. Grayscale: #626262. Windows color (decimal): -912504 or 8918002. OLE color: 8918002.

HSL color Cylindrical-coordinate representation of color #F21388: hue angle of 328.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21388 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB24219136-
CMYK00.920.440.05
HSL328.52º89.56%51.18%-
HSV(B)328.52º92.15%94.9%-
XYZ41.2921.1225.19-
YUV99.02148.88229.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.96%
GREEN value IS 19 (7.81% from 255) = 4.79%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=60.96%
G=4.79%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421913600.920.440.05328.5289.5651.18
HexF2138805C2C51495a33
Octal36223210013454551113263
Binary111100101001110001000010111001011001011010010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21388; }

 p { color: rgb(242,19,136); }

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

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

 a { background-color: rgb(242,19,136); }

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

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

 span { border-color: rgb(242,19,136); }

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