#F42183

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

Shades of Deep Pink #F42183

Tints of Deep Pink #F42183

Color information

#F42183 (or 0xF42183) is unknown color: approx Deep Pink. HEX triplet: F4, 21 and 83. RGB value is (244,33,131). Sum of RGB (Red+Green+Blue) = 244+33+131=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F42183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42183 is #0BDE7C. Grayscale: #6B6B6B. Windows color (decimal): -777853 or 8593908. OLE color: 8593908.

HSL color Cylindrical-coordinate representation of color #F42183: hue angle of 332.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42183 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24433131-
CMYK00.860.460.04
HSL332.13º90.56%54.31%-
HSV(B)332.13º86.48%95.69%-
XYZ41.9521.9623.5-
YUV107.26141.4225.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.80%
GREEN value IS 33 (13.28% from 255) = 8.09%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=59.80%
G=8.09%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443313100.860.460.04332.1390.5654.31
HexF421830562E414c5b36
Octal36441203012656451413366
Binary1111010010000110000011010101101011101001010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42183; }

 p { color: rgb(244,33,131); }

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

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

 a { background-color: rgb(244,33,131); }

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

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

 span { border-color: rgb(244,33,131); }

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