Html Css Color HEX #FB1CA9 Spicy Pink

📋 copy color: '#FB1CA9'

red 251 ◦ green 28 ◦ blue 169

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

Shades of Spicy Pink #FB1CA9

Tints of Spicy Pink #FB1CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 56.03%
G = 6.25%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB1CA9 (or 0xFB1CA9) is known color: Spicy Pink. HEX triplet: FB, 1C and A9. RGB value is (251,28,169). Sum of RGB (Red+Green+Blue) = 251+28+169=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1CA9 is #04E356. Grayscale: #6E6E6E. Windows color (decimal): -320343 or 11083003. OLE color: 11083003.

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

Color convert

RGB 251 28 169 -
CMYK 0 0.89 0.33 0.02
HSL 322.06º 0.97% 0.55% -
HSV(B) 322.06º 0.89% 0.98% -
XYZ 47.36 24.2 39.71 -
YUV 110.75 160.88 228.04 -
System Red Green Blue C M Y K H S L
Decimal 251 28 169 0 0.89 0.33 0.02 322.06 0.97 0.55
Hex FB 1C A9 0 59 21 2 142 61 37
Octal 373 34 251 0 131 41 2 502 141 67
Binary 11111011 11100 10101001 0 1011001 100001 10 101000010 1100001 110111

Color Harmonies of #FB1CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1CA9

Black with #FB1CA9

Text Example


Text Example

White with #FB1CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1CA9; }

 p { color: rgb(251,28,169); }

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

background-color css

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

 a { background-color: rgb(251,28,169); }

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

border-color css

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

 span { border-color: rgb(251,28,169); }

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