#FA2179

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

Shades of Deep Pink #FA2179

Tints of Deep Pink #FA2179

Color information

#FA2179 (or 0xFA2179) is unknown color: approx Deep Pink. HEX triplet: FA, 21 and 79. RGB value is (250,33,121). Sum of RGB (Red+Green+Blue) = 250+33+121=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2179 is #05DE86. Grayscale: #6B6B6B. Windows color (decimal): -384647 or 7938554. OLE color: 7938554.

HSL color Cylindrical-coordinate representation of color #FA2179: hue angle of 335.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2179 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB25033121-
CMYK00.870.520.02
HSL335.67º95.59%55.49%-
HSV(B)335.67º86.8%98.04%-
XYZ43.4222.7920.2-
YUV107.92135.39229.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.88%
GREEN value IS 33 (13.28% from 255) = 8.17%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=61.88%
G=8.17%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503312100.870.520.02335.6795.5955.49
HexFA21790573421506037
Octal37241171012764252014067
Binary11111010100001111100101010111110100101010100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2179; }

 p { color: rgb(250,33,121); }

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

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

 a { background-color: rgb(250,33,121); }

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

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

 span { border-color: rgb(250,33,121); }

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