Html Css Color HEX #FD0AB6 Shocking Pink

📋 copy color: '#FD0AB6'

red 253 ◦ green 10 ◦ blue 182

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

Shades of Shocking Pink #FD0AB6

Tints of Shocking Pink #FD0AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.25%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 56.85%
G = 2.25%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FD0AB6 (or 0xFD0AB6) is known color: Shocking Pink. HEX triplet: FD, 0A and B6. RGB value is (253,10,182). Sum of RGB (Red+Green+Blue) = 253+10+182=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0AB6 is #02F549. Grayscale: #656565. Windows color (decimal): -193866 or 11930365. OLE color: 11930365.

HSL color Cylindrical-coordinate representation of color #FD0AB6: hue angle of 317.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0AB6 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 10 182 -
CMYK 0 0.96 0.28 0.01
HSL 317.53º 0.98% 0.52% -
HSV(B) 317.53º 0.96% 0.99% -
XYZ 49.06 24.48 46.39 -
YUV 102.27 173.01 235.51 -
System Red Green Blue C M Y K H S L
Decimal 253 10 182 0 0.96 0.28 0.01 317.53 0.98 0.52
Hex FD A B6 0 60 1C 1 13E 62 34
Octal 375 12 266 0 140 34 1 476 142 64
Binary 11111101 1010 10110110 0 1100000 11100 1 100111110 1100010 110100

Color Harmonies of #FD0AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0AB6

Black with #FD0AB6

Text Example


Text Example

White with #FD0AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0AB6; }

 p { color: rgb(253,10,182); }

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

background-color css

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

 a { background-color: rgb(253,10,182); }

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

border-color css

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

 span { border-color: rgb(253,10,182); }

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