Html Css Color HEX #FB19A6 Spicy Pink

📋 copy color: '#FB19A6'

red 251 ◦ green 25 ◦ blue 166

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

Shades of Spicy Pink #FB19A6

Tints of Spicy Pink #FB19A6

RGB

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

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

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

R = 56.79%
G = 5.66%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB19A6 (or 0xFB19A6) is known color: Spicy Pink. HEX triplet: FB, 19 and A6. RGB value is (251,25,166). Sum of RGB (Red+Green+Blue) = 251+25+166=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB19A6 is #04E659. Grayscale: #6C6C6C. Windows color (decimal): -321114 or 10885627. OLE color: 10885627.

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

Color convert

RGB 251 25 166 -
CMYK 0 0.90 0.34 0.02
HSL 322.57º 0.97% 0.54% -
HSV(B) 322.57º 0.9% 0.98% -
XYZ 47.01 23.96 38.22 -
YUV 108.65 160.37 229.54 -
System Red Green Blue C M Y K H S L
Decimal 251 25 166 0 0.90 0.34 0.02 322.57 0.97 0.54
Hex FB 19 A6 0 5A 22 2 143 61 36
Octal 373 31 246 0 132 42 2 503 141 66
Binary 11111011 11001 10100110 0 1011010 100010 10 101000011 1100001 110110

Color Harmonies of #FB19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB19A6

Black with #FB19A6

Text Example


Text Example

White with #FB19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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