Html Css Color HEX #FB29B2 Spicy Pink

📋 copy color: '#FB29B2'

red 251 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #FB29B2

Tints of Spicy Pink #FB29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 53.4%
G = 8.72%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB29B2 (or 0xFB29B2) is known color: Spicy Pink. HEX triplet: FB, 29 and B2. RGB value is (251,41,178). Sum of RGB (Red+Green+Blue) = 251+41+178=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB29B2 is #04D64D. Grayscale: #777777. Windows color (decimal): -317006 or 11676155. OLE color: 11676155.

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

Color convert

RGB 251 41 178 -
CMYK 0 0.84 0.29 0.02
HSL 320.86º 0.96% 0.57% -
HSV(B) 320.86º 0.84% 0.98% -
XYZ 48.61 25.31 44.44 -
YUV 119.41 161.07 221.86 -
System Red Green Blue C M Y K H S L
Decimal 251 41 178 0 0.84 0.29 0.02 320.86 0.96 0.57
Hex FB 29 B2 0 54 1D 2 141 60 39
Octal 373 51 262 0 124 35 2 501 140 71
Binary 11111011 101001 10110010 0 1010100 11101 10 101000001 1100000 111001

Color Harmonies of #FB29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29B2

Black with #FB29B2

Text Example


Text Example

White with #FB29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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