#F31692

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

Shades of Deep Pink #F31692

Tints of Deep Pink #F31692

Color information

#F31692 (or 0xF31692) is unknown color: approx Deep Pink. HEX triplet: F3, 16 and 92. RGB value is (243,22,146). Sum of RGB (Red+Green+Blue) = 243+22+146=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F31692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31692 is #0CE96D. Grayscale: #656565. Windows color (decimal): -846190 or 9574131. OLE color: 9574131.

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

Color convert

RGB24322146-
CMYK00.910.400.05
HSL326.33º90.2%51.96%-
HSV(B)326.33º90.95%95.29%-
XYZ42.4421.729.15-
YUV102.22152.72228.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.12%
GREEN value IS 22 (8.98% from 255) = 5.35%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=59.12%
G=5.35%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432214600.910.400.05326.3390.251.96
HexF3169205B2851465a34
Octal36326222013350550613264
Binary111100111011010010010010110111010001011010001101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31692; }

 p { color: rgb(243,22,146); }

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

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

 a { background-color: rgb(243,22,146); }

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

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

 span { border-color: rgb(243,22,146); }

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