Html Css Color HEX #FA16C9 Shocking Pink

📋 copy color: '#FA16C9'

red 250 ◦ green 22 ◦ blue 201

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

Shades of Shocking Pink #FA16C9

Tints of Shocking Pink #FA16C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 52.85%
G = 4.65%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA16C9 (or 0xFA16C9) is known color: Shocking Pink. HEX triplet: FA, 16 and C9. RGB value is (250,22,201). Sum of RGB (Red+Green+Blue) = 250+22+201=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA16C9 is #05E936. Grayscale: #6E6E6E. Windows color (decimal): -387383 or 13178618. OLE color: 13178618.

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

Color convert

RGB 250 22 201 -
CMYK 0 0.91 0.20 0.02
HSL 312.89º 0.96% 0.53% -
HSV(B) 312.89º 0.91% 0.98% -
XYZ 50.25 25.11 57.46 -
YUV 110.58 179.04 227.45 -
System Red Green Blue C M Y K H S L
Decimal 250 22 201 0 0.91 0.20 0.02 312.89 0.96 0.53
Hex FA 16 C9 0 5B 14 2 139 60 35
Octal 372 26 311 0 133 24 2 471 140 65
Binary 11111010 10110 11001001 0 1011011 10100 10 100111001 1100000 110101

Color Harmonies of #FA16C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16C9

Black with #FA16C9

Text Example


Text Example

White with #FA16C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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