Html Css Color HEX #FD1AD2 Shocking Pink

📋 copy color: '#FD1AD2'

red 253 ◦ green 26 ◦ blue 210

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

Shades of Shocking Pink #FD1AD2

Tints of Shocking Pink #FD1AD2

RGB

 RED value IS 253 (99.22% from 255) = 51.74%

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

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

R = 51.74%
G = 5.32%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD1AD2 (or 0xFD1AD2) is known color: Shocking Pink. HEX triplet: FD, 1A and D2. RGB value is (253,26,210). Sum of RGB (Red+Green+Blue) = 253+26+210=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1AD2 is #02E52D. Grayscale: #727272. Windows color (decimal): -189742 or 13769469. OLE color: 13769469.

HSL color Cylindrical-coordinate representation of color #FD1AD2: hue angle of 311.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1AD2 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 210 -
CMYK 0 0.90 0.17 0.01
HSL 311.37º 0.98% 0.55% -
HSV(B) 311.37º 0.9% 0.99% -
XYZ 52.51 26.27 63.28 -
YUV 114.85 181.71 226.54 -
System Red Green Blue C M Y K H S L
Decimal 253 26 210 0 0.90 0.17 0.01 311.37 0.98 0.55
Hex FD 1A D2 0 5A 11 1 137 62 37
Octal 375 32 322 0 132 21 1 467 142 67
Binary 11111101 11010 11010010 0 1011010 10001 1 100110111 1100010 110111

Color Harmonies of #FD1AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1AD2

Black with #FD1AD2

Text Example


Text Example

White with #FD1AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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