Html Css Color HEX #FB1DAA Spicy Pink

📋 copy color: '#FB1DAA'

red 251 ◦ green 29 ◦ blue 170

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

Shades of Spicy Pink #FB1DAA

Tints of Spicy Pink #FB1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.44%

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 55.78%
G = 6.44%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB1DAA (or 0xFB1DAA) is known color: Spicy Pink. HEX triplet: FB, 1D and AA. RGB value is (251,29,170). Sum of RGB (Red+Green+Blue) = 251+29+170=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1DAA is #04E255. Grayscale: #6F6F6F. Windows color (decimal): -320086 or 11148795. OLE color: 11148795.

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

Color convert

RGB 251 29 170 -
CMYK 0 0.88 0.32 0.02
HSL 321.89º 0.97% 0.55% -
HSV(B) 321.89º 0.88% 0.98% -
XYZ 47.48 24.29 40.22 -
YUV 111.45 161.05 227.54 -
System Red Green Blue C M Y K H S L
Decimal 251 29 170 0 0.88 0.32 0.02 321.89 0.97 0.55
Hex FB 1D AA 0 58 20 2 142 61 37
Octal 373 35 252 0 130 40 2 502 141 67
Binary 11111011 11101 10101010 0 1011000 100000 10 101000010 1100001 110111

Color Harmonies of #FB1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DAA

Black with #FB1DAA

Text Example


Text Example

White with #FB1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DAA; }

 p { color: rgb(251,29,170); }

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

background-color css

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

 a { background-color: rgb(251,29,170); }

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

border-color css

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

 span { border-color: rgb(251,29,170); }

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