#F3168E

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

Shades of Deep Pink #F3168E

Tints of Deep Pink #F3168E

Color information

#F3168E (or 0xF3168E) is unknown color: approx Deep Pink. HEX triplet: F3, 16 and 8E. RGB value is (243,22,142). Sum of RGB (Red+Green+Blue) = 243+22+142=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F3168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3168E is #0CE971. Grayscale: #656565. Windows color (decimal): -846194 or 9311987. OLE color: 9311987.

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

Color convert

RGB24322142-
CMYK00.910.420.05
HSL327.42º90.2%51.96%-
HSV(B)327.42º90.95%95.29%-
XYZ42.1321.5827.54-
YUV101.76150.72228.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.71%
GREEN value IS 22 (8.98% from 255) = 5.41%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=59.71%
G=5.41%
B=34.89%

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
Decimal2432214200.910.420.05327.4290.251.96
HexF3168E05B2A51475a34
Octal36326216013352550713264
Binary111100111011010001110010110111010101011010001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3168E; }

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

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

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

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

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

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

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

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