#F21C84

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

Shades of Deep Pink #F21C84

Tints of Deep Pink #F21C84

Color information

#F21C84 (or 0xF21C84) is unknown color: approx Deep Pink. HEX triplet: F2, 1C and 84. RGB value is (242,28,132). Sum of RGB (Red+Green+Blue) = 242+28+132=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C84 is #0DE37B. Grayscale: #676767. Windows color (decimal): -910204 or 8658162. OLE color: 8658162.

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

Color convert

RGB24228132-
CMYK00.880.450.05
HSL330.84º89.17%52.94%-
HSV(B)330.84º88.43%94.9%-
XYZ41.221.3723.78-
YUV103.84143.9226.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.20%
GREEN value IS 28 (11.33% from 255) = 6.97%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=60.20%
G=6.97%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422813200.880.450.05330.8489.1752.94
HexF21C840582D514b5935
Octal36234204013055551313165
Binary111100101110010000100010110001011011011010010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21C84; }

 p { color: rgb(242,28,132); }

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

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

 a { background-color: rgb(242,28,132); }

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

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

 span { border-color: rgb(242,28,132); }

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