#FA1693

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

Shades of Deep Pink #FA1693

Tints of Deep Pink #FA1693

Color information

#FA1693 (or 0xFA1693) is unknown color: approx Deep Pink. HEX triplet: FA, 16 and 93. RGB value is (250,22,147). Sum of RGB (Red+Green+Blue) = 250+22+147=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1693 is #05E96C. Grayscale: #686868. Windows color (decimal): -387437 or 9639674. OLE color: 9639674.

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

Color convert

RGB25022147-
CMYK00.910.410.02
HSL327.11º95.8%53.33%-
HSV(B)327.11º91.2%98.04%-
XYZ44.982329.67-
YUV104.42152.04231.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.67%
GREEN value IS 22 (8.98% from 255) = 5.25%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=59.67%
G=5.25%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502214700.910.410.02327.1195.853.33
HexFA169305B2921476035
Octal37226223013351250714065
Binary11111010101101001001101011011101001101010001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1693; }

 p { color: rgb(250,22,147); }

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

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

 a { background-color: rgb(250,22,147); }

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

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

 span { border-color: rgb(250,22,147); }

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