Html Css Color HEX #FA16D2 Shocking Pink

📋 copy color: '#FA16D2'

red 250 ◦ green 22 ◦ blue 210

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

Shades of Shocking Pink #FA16D2

Tints of Shocking Pink #FA16D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 51.87%
G = 4.56%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA16D2 (or 0xFA16D2) is known color: Shocking Pink. HEX triplet: FA, 16 and D2. RGB value is (250,22,210). Sum of RGB (Red+Green+Blue) = 250+22+210=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA16D2 is #05E92D. Grayscale: #6F6F6F. Windows color (decimal): -387374 or 13768442. OLE color: 13768442.

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

Color convert

RGB 250 22 210 -
CMYK 0 0.91 0.16 0.02
HSL 310.53º 0.96% 0.53% -
HSV(B) 310.53º 0.91% 0.98% -
XYZ 51.34 25.55 63.2 -
YUV 111.6 183.54 226.71 -
System Red Green Blue C M Y K H S L
Decimal 250 22 210 0 0.91 0.16 0.02 310.53 0.96 0.53
Hex FA 16 D2 0 5B 10 2 137 60 35
Octal 372 26 322 0 133 20 2 467 140 65
Binary 11111010 10110 11010010 0 1011011 10000 10 100110111 1100000 110101

Color Harmonies of #FA16D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16D2

Black with #FA16D2

Text Example


Text Example

White with #FA16D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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