#F21C8A

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

Shades of Deep Pink #F21C8A

Tints of Deep Pink #F21C8A

Color information

#F21C8A (or 0xF21C8A) is unknown color: approx Deep Pink. HEX triplet: F2, 1C and 8A. RGB value is (242,28,138). Sum of RGB (Red+Green+Blue) = 242+28+138=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C8A is #0DE375. Grayscale: #686868. Windows color (decimal): -910198 or 9051378. OLE color: 9051378.

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

Color convert

RGB24228138-
CMYK00.880.430.05
HSL329.16º89.17%52.94%-
HSV(B)329.16º88.43%94.9%-
XYZ41.6221.5426.01-
YUV104.53146.9226.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.31%
GREEN value IS 28 (11.33% from 255) = 6.86%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=59.31%
G=6.86%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422813800.880.430.05329.1689.1752.94
HexF21C8A0582B51495935
Octal36234212013053551113165
Binary111100101110010001010010110001010111011010010011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21C8A; }

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

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

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

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

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

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

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

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