Html Css Color HEX #FD19A5 Spicy Pink

📋 copy color: '#FD19A5'

red 253 ◦ green 25 ◦ blue 165

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

Shades of Spicy Pink #FD19A5

Tints of Spicy Pink #FD19A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 57.11%
G = 5.64%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FD19A5 (or 0xFD19A5) is known color: Spicy Pink. HEX triplet: FD, 19 and A5. RGB value is (253,25,165). Sum of RGB (Red+Green+Blue) = 253+25+165=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD19A5 is #02E65A. Grayscale: #6C6C6C. Windows color (decimal): -190043 or 10820093. OLE color: 10820093.

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

Color convert

RGB 253 25 165 -
CMYK 0 0.90 0.35 0.01
HSL 323.16º 0.98% 0.55% -
HSV(B) 323.16º 0.9% 0.99% -
XYZ 47.65 24.29 37.78 -
YUV 109.13 159.54 230.62 -
System Red Green Blue C M Y K H S L
Decimal 253 25 165 0 0.90 0.35 0.01 323.16 0.98 0.55
Hex FD 19 A5 0 5A 23 1 143 62 37
Octal 375 31 245 0 132 43 1 503 142 67
Binary 11111101 11001 10100101 0 1011010 100011 1 101000011 1100010 110111

Color Harmonies of #FD19A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19A5

Black with #FD19A5

Text Example


Text Example

White with #FD19A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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