Html Css Color HEX #FD1ABA Shocking Pink

📋 copy color: '#FD1ABA'

red 253 ◦ green 26 ◦ blue 186

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

Shades of Shocking Pink #FD1ABA

Tints of Shocking Pink #FD1ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 54.41%
G = 5.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD1ABA (or 0xFD1ABA) is known color: Shocking Pink. HEX triplet: FD, 1A and BA. RGB value is (253,26,186). Sum of RGB (Red+Green+Blue) = 253+26+186=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ABA is #02E545. Grayscale: #6F6F6F. Windows color (decimal): -189766 or 12196605. OLE color: 12196605.

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

Color convert

RGB 253 26 186 -
CMYK 0 0.90 0.26 0.01
HSL 317.71º 0.98% 0.55% -
HSV(B) 317.71º 0.9% 0.99% -
XYZ 49.74 25.17 48.69 -
YUV 112.11 169.71 228.49 -
System Red Green Blue C M Y K H S L
Decimal 253 26 186 0 0.90 0.26 0.01 317.71 0.98 0.55
Hex FD 1A BA 0 5A 1A 1 13E 62 37
Octal 375 32 272 0 132 32 1 476 142 67
Binary 11111101 11010 10111010 0 1011010 11010 1 100111110 1100010 110111

Color Harmonies of #FD1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1ABA

Black with #FD1ABA

Text Example


Text Example

White with #FD1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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