Html Css Color HEX #FD14AB Spicy Pink

📋 copy color: '#FD14AB'

red 253 ◦ green 20 ◦ blue 171

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

Shades of Spicy Pink #FD14AB

Tints of Spicy Pink #FD14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.5%

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

R = 56.98%
G = 4.5%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD14AB (or 0xFD14AB) is known color: Spicy Pink. HEX triplet: FD, 14 and AB. RGB value is (253,20,171). Sum of RGB (Red+Green+Blue) = 253+20+171=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD14AB is #02EB54. Grayscale: #6A6A6A. Windows color (decimal): -191317 or 11212029. OLE color: 11212029.

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

Color convert

RGB 253 20 171 -
CMYK 0 0.92 0.32 0.01
HSL 321.12º 0.98% 0.54% -
HSV(B) 321.12º 0.92% 0.99% -
XYZ 48.11 24.32 40.69 -
YUV 106.88 164.19 232.22 -
System Red Green Blue C M Y K H S L
Decimal 253 20 171 0 0.92 0.32 0.01 321.12 0.98 0.54
Hex FD 14 AB 0 5C 20 1 141 62 36
Octal 375 24 253 0 134 40 1 501 142 66
Binary 11111101 10100 10101011 0 1011100 100000 1 101000001 1100010 110110

Color Harmonies of #FD14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD14AB

Black with #FD14AB

Text Example


Text Example

White with #FD14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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