Html Css Color HEX #FD19A6 Spicy Pink

📋 copy color: '#FD19A6'

red 253 ◦ green 25 ◦ blue 166

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

Shades of Spicy Pink #FD19A6

Tints of Spicy Pink #FD19A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.39%

R = 56.98%
G = 5.63%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD19A6 (or 0xFD19A6) is known color: Spicy Pink. HEX triplet: FD, 19 and A6. RGB value is (253,25,166). Sum of RGB (Red+Green+Blue) = 253+25+166=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD19A6 is #02E659. Grayscale: #6C6C6C. Windows color (decimal): -190042 or 10885629. OLE color: 10885629.

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

Color convert

RGB 253 25 166 -
CMYK 0 0.90 0.34 0.01
HSL 322.89º 0.98% 0.55% -
HSV(B) 322.89º 0.9% 0.99% -
XYZ 47.74 24.33 38.26 -
YUV 109.25 160.04 230.54 -
System Red Green Blue C M Y K H S L
Decimal 253 25 166 0 0.90 0.34 0.01 322.89 0.98 0.55
Hex FD 19 A6 0 5A 22 1 143 62 37
Octal 375 31 246 0 132 42 1 503 142 67
Binary 11111101 11001 10100110 0 1011010 100010 1 101000011 1100010 110111

Color Harmonies of #FD19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19A6

Black with #FD19A6

Text Example


Text Example

White with #FD19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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