Html Css Color HEX #FA16D4 Shocking Pink

📋 copy color: '#FA16D4'

red 250 ◦ green 22 ◦ blue 212

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

Shades of Shocking Pink #FA16D4

Tints of Shocking Pink #FA16D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 51.65%
G = 4.55%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA16D4 (or 0xFA16D4) is known color: Shocking Pink. HEX triplet: FA, 16 and D4. RGB value is (250,22,212). Sum of RGB (Red+Green+Blue) = 250+22+212=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA16D4 is #05E92B. Grayscale: #6F6F6F. Windows color (decimal): -387372 or 13899514. OLE color: 13899514.

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

Color convert

RGB 250 22 212 -
CMYK 0 0.91 0.15 0.02
HSL 310º 0.96% 0.53% -
HSV(B) 310º 0.91% 0.98% -
XYZ 51.59 25.65 64.52 -
YUV 111.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 250 22 212 0 0.91 0.15 0.02 310 0.96 0.53
Hex FA 16 D4 0 5B F 2 136 60 35
Octal 372 26 324 0 133 17 2 466 140 65
Binary 11111010 10110 11010100 0 1011011 1111 10 100110110 1100000 110101

Color Harmonies of #FA16D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16D4

Black with #FA16D4

Text Example


Text Example

White with #FA16D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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