#FA1C77

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

Shades of Deep Pink #FA1C77

Tints of Deep Pink #FA1C77

Color information

#FA1C77 (or 0xFA1C77) is unknown color: approx Deep Pink. HEX triplet: FA, 1C and 77. RGB value is (250,28,119). Sum of RGB (Red+Green+Blue) = 250+28+119=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1C77 is #05E388. Grayscale: #686868. Windows color (decimal): -385929 or 7806202. OLE color: 7806202.

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

Color convert

RGB25028119-
CMYK00.890.520.02
HSL335.41º95.69%54.51%-
HSV(B)335.41º88.8%98.04%-
XYZ43.1722.4919.52-
YUV104.75136.05231.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.97%
GREEN value IS 28 (11.33% from 255) = 7.05%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=62.97%
G=7.05%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502811900.890.520.02335.4195.6954.51
HexFA1C7705934214f6037
Octal37234167013164251714067
Binary1111101011100111011101011001110100101010011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1C77; }

 p { color: rgb(250,28,119); }

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

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

 a { background-color: rgb(250,28,119); }

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

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

 span { border-color: rgb(250,28,119); }

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