Html Css Color HEX #FA1AD2 Shocking Pink

📋 copy color: '#FA1AD2'

red 250 ◦ green 26 ◦ blue 210

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

Shades of Shocking Pink #FA1AD2

Tints of Shocking Pink #FA1AD2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.35%

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

R = 51.44%
G = 5.35%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA1AD2 (or 0xFA1AD2) is known color: Shocking Pink. HEX triplet: FA, 1A and D2. RGB value is (250,26,210). Sum of RGB (Red+Green+Blue) = 250+26+210=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AD2 is #05E52D. Grayscale: #717171. Windows color (decimal): -386350 or 13769466. OLE color: 13769466.

HSL color Cylindrical-coordinate representation of color #FA1AD2: hue angle of 310.71º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AD2 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 210 -
CMYK 0 0.90 0.16 0.02
HSL 310.71º 0.96% 0.54% -
HSV(B) 310.71º 0.9% 0.98% -
XYZ 51.43 25.72 63.23 -
YUV 113.95 182.21 225.04 -
System Red Green Blue C M Y K H S L
Decimal 250 26 210 0 0.90 0.16 0.02 310.71 0.96 0.54
Hex FA 1A D2 0 5A 10 2 137 60 36
Octal 372 32 322 0 132 20 2 467 140 66
Binary 11111010 11010 11010010 0 1011010 10000 10 100110111 1100000 110110

Color Harmonies of #FA1AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AD2

Black with #FA1AD2

Text Example


Text Example

White with #FA1AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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