#FA1884

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

Shades of Deep Pink #FA1884

Tints of Deep Pink #FA1884

Color information

#FA1884 (or 0xFA1884) is unknown color: approx Deep Pink. HEX triplet: FA, 18 and 84. RGB value is (250,24,132). Sum of RGB (Red+Green+Blue) = 250+24+132=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1884 is #05E77B. Grayscale: #676767. Windows color (decimal): -386940 or 8657146. OLE color: 8657146.

HSL color Cylindrical-coordinate representation of color #FA1884: hue angle of 331.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1884 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB25024132-
CMYK00.900.470.02
HSL331.33º95.76%53.73%-
HSV(B)331.33º90.4%98.04%-
XYZ43.9222.6423.89-
YUV103.89143.87232.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.58%
GREEN value IS 24 (9.77% from 255) = 5.91%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=61.58%
G=5.91%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502413200.900.470.02331.3395.7653.73
HexFA188405A2F214b6036
Octal37230204013257251314066
Binary11111010110001000010001011010101111101010010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1884; }

 p { color: rgb(250,24,132); }

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

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

 a { background-color: rgb(250,24,132); }

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

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

 span { border-color: rgb(250,24,132); }

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