Html Css Color HEX #FD12AB Spicy Pink

📋 copy color: '#FD12AB'

red 253 ◦ green 18 ◦ blue 171

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

Shades of Spicy Pink #FD12AB

Tints of Spicy Pink #FD12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.07%

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

R = 57.24%
G = 4.07%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD12AB (or 0xFD12AB) is known color: Spicy Pink. HEX triplet: FD, 12 and AB. RGB value is (253,18,171). Sum of RGB (Red+Green+Blue) = 253+18+171=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD12AB is #02ED54. Grayscale: #696969. Windows color (decimal): -191829 or 11211517. OLE color: 11211517.

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

Color convert

RGB 253 18 171 -
CMYK 0 0.93 0.32 0.01
HSL 320.94º 0.98% 0.53% -
HSV(B) 320.94º 0.93% 0.99% -
XYZ 48.08 24.26 40.68 -
YUV 105.71 164.86 233.06 -
System Red Green Blue C M Y K H S L
Decimal 253 18 171 0 0.93 0.32 0.01 320.94 0.98 0.53
Hex FD 12 AB 0 5D 20 1 141 62 35
Octal 375 22 253 0 135 40 1 501 142 65
Binary 11111101 10010 10101011 0 1011101 100000 1 101000001 1100010 110101

Color Harmonies of #FD12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12AB

Black with #FD12AB

Text Example


Text Example

White with #FD12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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