#F31396

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

Shades of Deep Pink #F31396

Tints of Deep Pink #F31396

Color information

#F31396 (or 0xF31396) is unknown color: approx Deep Pink. HEX triplet: F3, 13 and 96. RGB value is (243,19,150). Sum of RGB (Red+Green+Blue) = 243+19+150=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31396 is #0CEC69. Grayscale: #646464. Windows color (decimal): -846954 or 9835507. OLE color: 9835507.

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

Color convert

RGB24319150-
CMYK00.920.380.05
HSL324.91º90.32%51.37%-
HSV(B)324.91º92.18%95.29%-
XYZ42.721.7230.8-
YUV100.91155.71229.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.98%
GREEN value IS 19 (7.81% from 255) = 4.61%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=58.98%
G=4.61%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431915000.920.380.05324.9190.3251.37
HexF3139605C2651455a33
Octal36323226013446550513263
Binary111100111001110010110010111001001101011010001011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31396; }

 p { color: rgb(243,19,150); }

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

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

 a { background-color: rgb(243,19,150); }

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

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

 span { border-color: rgb(243,19,150); }

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