#F21978

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

Shades of Deep Pink #F21978

Tints of Deep Pink #F21978

Color information

#F21978 (or 0xF21978) is unknown color: approx Deep Pink. HEX triplet: F2, 19 and 78. RGB value is (242,25,120). Sum of RGB (Red+Green+Blue) = 242+25+120=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F21978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21978 is #0DE687. Grayscale: #646464. Windows color (decimal): -910984 or 7870962. OLE color: 7870962.

HSL color Cylindrical-coordinate representation of color #F21978: hue angle of 333.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21978 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24225120-
CMYK00.900.500.05
HSL333.73º89.3%52.35%-
HSV(B)333.73º89.67%94.9%-
XYZ40.3620.9319.68-
YUV100.71138.89228.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.53%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=62.53%
G=6.46%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422512000.900.500.05333.7389.352.35
HexF2197805A32514e5934
Octal36231170013262551613164
Binary11110010110011111000010110101100101011010011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21978; }

 p { color: rgb(242,25,120); }

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

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

 a { background-color: rgb(242,25,120); }

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

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

 span { border-color: rgb(242,25,120); }

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