#F31986

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

Shades of Deep Pink #F31986

Tints of Deep Pink #F31986

Color information

#F31986 (or 0xF31986) is unknown color: approx Deep Pink. HEX triplet: F3, 19 and 86. RGB value is (243,25,134). Sum of RGB (Red+Green+Blue) = 243+25+134=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F31986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31986 is #0CE679. Grayscale: #666666. Windows color (decimal): -845434 or 8788467. OLE color: 8788467.

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

Color convert

RGB24325134-
CMYK00.900.450.05
HSL330º90.08%52.55%-
HSV(B)330º89.71%95.29%-
XYZ41.6121.4724.51-
YUV102.61145.72228.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.45%
GREEN value IS 25 (10.16% from 255) = 6.22%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=60.45%
G=6.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432513400.900.450.0533090.0852.55
HexF3198605A2D514a5a35
Octal36331206013255551213265
Binary111100111100110000110010110101011011011010010101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31986; }

 p { color: rgb(243,25,134); }

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

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

 a { background-color: rgb(243,25,134); }

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

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

 span { border-color: rgb(243,25,134); }

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