Html Css Color HEX #FD19AB Spicy Pink

📋 copy color: '#FD19AB'

red 253 ◦ green 25 ◦ blue 171

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

Shades of Spicy Pink #FD19AB

Tints of Spicy Pink #FD19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

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

R = 56.35%
G = 5.57%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD19AB (or 0xFD19AB) is known color: Spicy Pink. HEX triplet: FD, 19 and AB. RGB value is (253,25,171). Sum of RGB (Red+Green+Blue) = 253+25+171=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD19AB is #02E654. Grayscale: #6D6D6D. Windows color (decimal): -190037 or 11213309. OLE color: 11213309.

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

Color convert

RGB 253 25 171 -
CMYK 0 0.90 0.32 0.01
HSL 321.58º 0.98% 0.55% -
HSV(B) 321.58º 0.9% 0.99% -
XYZ 48.21 24.52 40.72 -
YUV 109.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 253 25 171 0 0.90 0.32 0.01 321.58 0.98 0.55
Hex FD 19 AB 0 5A 20 1 142 62 37
Octal 375 31 253 0 132 40 1 502 142 67
Binary 11111101 11001 10101011 0 1011010 100000 1 101000010 1100010 110111

Color Harmonies of #FD19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19AB

Black with #FD19AB

Text Example


Text Example

White with #FD19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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