#F3167E

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

Shades of Deep Pink #F3167E

Tints of Deep Pink #F3167E

Color information

#F3167E (or 0xF3167E) is unknown color: approx Deep Pink. HEX triplet: F3, 16 and 7E. RGB value is (243,22,126). Sum of RGB (Red+Green+Blue) = 243+22+126=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F3167E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3167E is #0CE981. Grayscale: #636363. Windows color (decimal): -846210 or 8263411. OLE color: 8263411.

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

Color convert

RGB24322126-
CMYK00.910.480.05
HSL331.76º90.2%51.96%-
HSV(B)331.76º90.95%95.29%-
XYZ41.0121.1321.66-
YUV99.94142.72230.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.15%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=62.15%
G=5.63%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432212600.910.480.05331.7690.251.96
HexF3167E05B30514c5a34
Octal36326176013360551413264
Binary11110011101101111110010110111100001011010011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3167E; }

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

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

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

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

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

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

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

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