Html Css Color HEX #FA16A0 Deep Pink

📋 copy color: '#FA16A0'

red 250 ◦ green 22 ◦ blue 160

#FA16A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FA16A0

Tints of Deep Pink #FA16A0

RGB

 RED value IS 250 (98.05% from 255) = 57.87%

 GREEN value IS 22 (8.98% from 255) = 5.09%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 57.87%
G = 5.09%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA16A0 (or 0xFA16A0) is known color: Deep Pink. HEX triplet: FA, 16 and A0. RGB value is (250,22,160). Sum of RGB (Red+Green+Blue) = 250+22+160=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA16A0 is #05E95F. Grayscale: #696969. Windows color (decimal): -387424 or 10491642. OLE color: 10491642.

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

Color convert

RGB 250 22 160 -
CMYK 0 0.91 0.36 0.02
HSL 323.68º 0.96% 0.53% -
HSV(B) 323.68º 0.91% 0.98% -
XYZ 46.06 23.44 35.35 -
YUV 105.9 158.54 230.78 -
System Red Green Blue C M Y K H S L
Decimal 250 22 160 0 0.91 0.36 0.02 323.68 0.96 0.53
Hex FA 16 A0 0 5B 24 2 144 60 35
Octal 372 26 240 0 133 44 2 504 140 65
Binary 11111010 10110 10100000 0 1011011 100100 10 101000100 1100000 110101

Color Harmonies of #FA16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16A0

Black with #FA16A0

Text Example


Text Example

White with #FA16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16A0; }

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

 H1.HeaderClassName
 {
   color: #FA16A0;
 }
 .AnyTagClassName
 {
   color: #FA16A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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