#F31184

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

Shades of Deep Pink #F31184

Tints of Deep Pink #F31184

Color information

#F31184 (or 0xF31184) is unknown color: approx Deep Pink. HEX triplet: F3, 11 and 84. RGB value is (243,17,132). Sum of RGB (Red+Green+Blue) = 243+17+132=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F31184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31184 is #0CEE7B. Grayscale: #616161. Windows color (decimal): -847484 or 8655347. OLE color: 8655347.

HSL color Cylindrical-coordinate representation of color #F31184: hue angle of 329.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31184 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24317132-
CMYK00.930.460.05
HSL329.47º90.4%50.98%-
HSV(B)329.47º93%95.29%-
XYZ41.3321.1223.73-
YUV97.68147.37231.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.99%
GREEN value IS 17 (7.03% from 255) = 4.34%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=61.99%
G=4.34%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431713200.930.460.05329.4790.450.98
HexF3118405D2E51495a33
Octal36321204013556551113263
Binary111100111000110000100010111011011101011010010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31184; }

 p { color: rgb(243,17,132); }

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

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

 a { background-color: rgb(243,17,132); }

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

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

 span { border-color: rgb(243,17,132); }

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