Html Css Color HEX #FB29B0 Spicy Pink

📋 copy color: '#FB29B0'

red 251 ◦ green 41 ◦ blue 176

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

Shades of Spicy Pink #FB29B0

Tints of Spicy Pink #FB29B0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.76%

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 53.63%
G = 8.76%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB29B0 (or 0xFB29B0) is known color: Spicy Pink. HEX triplet: FB, 29 and B0. RGB value is (251,41,176). Sum of RGB (Red+Green+Blue) = 251+41+176=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB29B0 is #04D64F. Grayscale: #767676. Windows color (decimal): -317008 or 11545083. OLE color: 11545083.

HSL color Cylindrical-coordinate representation of color #FB29B0: hue angle of 321.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB29B0 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 41 176 -
CMYK 0 0.84 0.30 0.02
HSL 321.43º 0.96% 0.57% -
HSV(B) 321.43º 0.84% 0.98% -
XYZ 48.41 25.23 43.39 -
YUV 119.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 251 41 176 0 0.84 0.30 0.02 321.43 0.96 0.57
Hex FB 29 B0 0 54 1E 2 141 60 39
Octal 373 51 260 0 124 36 2 501 140 71
Binary 11111011 101001 10110000 0 1010100 11110 10 101000001 1100000 111001

Color Harmonies of #FB29B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29B0

Black with #FB29B0

Text Example


Text Example

White with #FB29B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29B0; }

 p { color: rgb(251,41,176); }

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

background-color css

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

 a { background-color: rgb(251,41,176); }

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

border-color css

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

 span { border-color: rgb(251,41,176); }

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