Html Css Color HEX #FB19A8 Spicy Pink

📋 copy color: '#FB19A8'

red 251 ◦ green 25 ◦ blue 168

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

Shades of Spicy Pink #FB19A8

Tints of Spicy Pink #FB19A8

RGB

 RED value IS 251 (98.44% from 255) = 56.53%

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

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 56.53%
G = 5.63%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB19A8 (or 0xFB19A8) is known color: Spicy Pink. HEX triplet: FB, 19 and A8. RGB value is (251,25,168). Sum of RGB (Red+Green+Blue) = 251+25+168=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB19A8 is #04E657. Grayscale: #6C6C6C. Windows color (decimal): -321112 or 11016699. OLE color: 11016699.

HSL color Cylindrical-coordinate representation of color #FB19A8: hue angle of 322.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB19A8 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 25 168 -
CMYK 0 0.90 0.33 0.02
HSL 322.04º 0.97% 0.54% -
HSV(B) 322.04º 0.9% 0.98% -
XYZ 47.2 24.03 39.2 -
YUV 108.88 161.37 229.37 -
System Red Green Blue C M Y K H S L
Decimal 251 25 168 0 0.90 0.33 0.02 322.04 0.97 0.54
Hex FB 19 A8 0 5A 21 2 142 61 36
Octal 373 31 250 0 132 41 2 502 141 66
Binary 11111011 11001 10101000 0 1011010 100001 10 101000010 1100001 110110

Color Harmonies of #FB19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB19A8

Black with #FB19A8

Text Example


Text Example

White with #FB19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB19A8; }

 p { color: rgb(251,25,168); }

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

background-color css

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

 a { background-color: rgb(251,25,168); }

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

border-color css

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

 span { border-color: rgb(251,25,168); }

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