Html Css Color HEX #FD1ADA Shocking Pink

📋 copy color: '#FD1ADA'

red 253 ◦ green 26 ◦ blue 218

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

Shades of Shocking Pink #FD1ADA

Tints of Shocking Pink #FD1ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 50.91%
G = 5.23%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FD1ADA (or 0xFD1ADA) is known color: Shocking Pink. HEX triplet: FD, 1A and DA. RGB value is (253,26,218). Sum of RGB (Red+Green+Blue) = 253+26+218=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ADA is #02E525. Grayscale: #737373. Windows color (decimal): -189734 or 14293757. OLE color: 14293757.

HSL color Cylindrical-coordinate representation of color #FD1ADA: hue angle of 309.25º 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 #FD1ADA is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 218 -
CMYK 0 0.90 0.14 0.01
HSL 309.25º 0.98% 0.55% -
HSV(B) 309.25º 0.9% 0.99% -
XYZ 53.53 26.68 68.66 -
YUV 115.76 185.71 225.89 -
System Red Green Blue C M Y K H S L
Decimal 253 26 218 0 0.90 0.14 0.01 309.25 0.98 0.55
Hex FD 1A DA 0 5A E 1 135 62 37
Octal 375 32 332 0 132 16 1 465 142 67
Binary 11111101 11010 11011010 0 1011010 1110 1 100110101 1100010 110111

Color Harmonies of #FD1ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1ADA

Black with #FD1ADA

Text Example


Text Example

White with #FD1ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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