#F3168D

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

Shades of Deep Pink #F3168D

Tints of Deep Pink #F3168D

Color information

#F3168D (or 0xF3168D) is unknown color: approx Deep Pink. HEX triplet: F3, 16 and 8D. RGB value is (243,22,141). Sum of RGB (Red+Green+Blue) = 243+22+141=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3168D is #0CE972. Grayscale: #656565. Windows color (decimal): -846195 or 9246451. OLE color: 9246451.

HSL color Cylindrical-coordinate representation of color #F3168D: hue angle of 327.69º 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 #F3168D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24322141-
CMYK00.910.420.05
HSL327.69º90.2%51.96%-
HSV(B)327.69º90.95%95.29%-
XYZ42.0621.5527.14-
YUV101.64150.22228.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.85%
GREEN value IS 22 (8.98% from 255) = 5.42%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=59.85%
G=5.42%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432214100.910.420.05327.6990.251.96
HexF3168D05B2A51485a34
Octal36326215013352551013264
Binary111100111011010001101010110111010101011010010001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3168D; }

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

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

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

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

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

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

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

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