#FA1998

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

Shades of Deep Pink #FA1998

Tints of Deep Pink #FA1998

Color information

#FA1998 (or 0xFA1998) is unknown color: approx Deep Pink. HEX triplet: FA, 19 and 98. RGB value is (250,25,152). Sum of RGB (Red+Green+Blue) = 250+25+152=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1998 is #05E667. Grayscale: #6A6A6A. Windows color (decimal): -386664 or 9968122. OLE color: 9968122.

HSL color Cylindrical-coordinate representation of color #FA1998: hue angle of 326.13º 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 #FA1998 is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB25025152-
CMYK00.90.390.02
HSL326.13º95.74%53.92%-
HSV(B)326.13º90%98.04%-
XYZ45.4423.2931.81-
YUV106.75153.54230.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.55%
GREEN value IS 25 (10.16% from 255) = 5.85%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=58.55%
G=5.85%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502515200.90.390.02326.1395.7453.92
HexFA199805A2721466036
Octal37231230013247250614066
Binary11111010110011001100001011010100111101010001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1998; }

 p { color: rgb(250,25,152); }

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

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

 a { background-color: rgb(250,25,152); }

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

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

 span { border-color: rgb(250,25,152); }

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