#F21386

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

Shades of Deep Pink #F21386

Tints of Deep Pink #F21386

Color information

#F21386 (or 0xF21386) is unknown color: approx Deep Pink. HEX triplet: F2, 13 and 86. RGB value is (242,19,134). Sum of RGB (Red+Green+Blue) = 242+19+134=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21386 is #0DEC79. Grayscale: #626262. Windows color (decimal): -912506 or 8786930. OLE color: 8786930.

HSL color Cylindrical-coordinate representation of color #F21386: hue angle of 329.06º 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 #F21386 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB24219134-
CMYK00.920.450.05
HSL329.06º89.56%51.18%-
HSV(B)329.06º92.15%94.9%-
XYZ41.1521.0624.45-
YUV98.79147.88230.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.27%
GREEN value IS 19 (7.81% from 255) = 4.81%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=61.27%
G=4.81%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421913400.920.450.05329.0689.5651.18
HexF2138605C2D51495a33
Octal36223206013455551113263
Binary111100101001110000110010111001011011011010010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21386; }

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

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

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

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

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

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

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

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