#FA157E

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

Shades of Deep Pink #FA157E

Tints of Deep Pink #FA157E

Color information

#FA157E (or 0xFA157E) is unknown color: approx Deep Pink. HEX triplet: FA, 15 and 7E. RGB value is (250,21,126). Sum of RGB (Red+Green+Blue) = 250+21+126=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA157E is #05EA81. Grayscale: #656565. Windows color (decimal): -387714 or 8263162. OLE color: 8263162.

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

Color convert

RGB25021126-
CMYK00.920.500.02
HSL332.49º95.82%53.14%-
HSV(B)332.49º91.6%98.04%-
XYZ43.4622.3721.77-
YUV101.44141.87233.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.97%
GREEN value IS 21 (8.59% from 255) = 5.29%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=62.97%
G=5.29%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502112600.920.500.02332.4995.8253.14
HexFA157E05C32214c6035
Octal37225176013462251414065
Binary1111101010101111111001011100110010101010011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA157E; }

 p { color: rgb(250,21,126); }

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

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

 a { background-color: rgb(250,21,126); }

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

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

 span { border-color: rgb(250,21,126); }

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