Html Css Color HEX #FD19B2 Spicy Pink

📋 copy color: '#FD19B2'

red 253 ◦ green 25 ◦ blue 178

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

Shades of Spicy Pink #FD19B2

Tints of Spicy Pink #FD19B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 55.48%
G = 5.48%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD19B2 (or 0xFD19B2) is known color: Spicy Pink. HEX triplet: FD, 19 and B2. RGB value is (253,25,178). Sum of RGB (Red+Green+Blue) = 253+25+178=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD19B2 is #02E64D. Grayscale: #6E6E6E. Windows color (decimal): -190030 or 11672061. OLE color: 11672061.

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

Color convert

RGB 253 25 178 -
CMYK 0 0.90 0.30 0.01
HSL 319.74º 0.98% 0.55% -
HSV(B) 319.74º 0.9% 0.99% -
XYZ 48.89 24.79 44.33 -
YUV 110.61 166.04 229.56 -
System Red Green Blue C M Y K H S L
Decimal 253 25 178 0 0.90 0.30 0.01 319.74 0.98 0.55
Hex FD 19 B2 0 5A 1E 1 140 62 37
Octal 375 31 262 0 132 36 1 500 142 67
Binary 11111101 11001 10110010 0 1011010 11110 1 101000000 1100010 110111

Color Harmonies of #FD19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19B2

Black with #FD19B2

Text Example


Text Example

White with #FD19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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