Html Css Color HEX #FD10AB Spicy Pink

📋 copy color: '#FD10AB'

red 253 ◦ green 16 ◦ blue 171

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

Shades of Spicy Pink #FD10AB

Tints of Spicy Pink #FD10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.64%

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 57.5%
G = 3.64%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD10AB (or 0xFD10AB) is known color: Spicy Pink. HEX triplet: FD, 10 and AB. RGB value is (253,16,171). Sum of RGB (Red+Green+Blue) = 253+16+171=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD10AB is #02EF54. Grayscale: #686868. Windows color (decimal): -192341 or 11211005. OLE color: 11211005.

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

Color convert

RGB 253 16 171 -
CMYK 0 0.94 0.32 0.01
HSL 320.76º 0.98% 0.53% -
HSV(B) 320.76º 0.94% 0.99% -
XYZ 48.04 24.19 40.67 -
YUV 104.53 165.52 233.9 -
System Red Green Blue C M Y K H S L
Decimal 253 16 171 0 0.94 0.32 0.01 320.76 0.98 0.53
Hex FD 10 AB 0 5E 20 1 141 62 35
Octal 375 20 253 0 136 40 1 501 142 65
Binary 11111101 10000 10101011 0 1011110 100000 1 101000001 1100010 110101

Color Harmonies of #FD10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD10AB

Black with #FD10AB

Text Example


Text Example

White with #FD10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD10AB; }

 p { color: rgb(253,16,171); }

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

background-color css

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

 a { background-color: rgb(253,16,171); }

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

border-color css

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

 span { border-color: rgb(253,16,171); }

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