Html Css Color HEX #FB28B7 Spicy Pink

📋 copy color: '#FB28B7'

red 251 ◦ green 40 ◦ blue 183

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

Shades of Spicy Pink #FB28B7

Tints of Spicy Pink #FB28B7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 52.95%
G = 8.44%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB28B7 (or 0xFB28B7) is known color: Spicy Pink. HEX triplet: FB, 28 and B7. RGB value is (251,40,183). Sum of RGB (Red+Green+Blue) = 251+40+183=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28B7 is #04D748. Grayscale: #777777. Windows color (decimal): -317257 or 12003579. OLE color: 12003579.

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

Color convert

RGB 251 40 183 -
CMYK 0 0.84 0.27 0.02
HSL 319.34º 0.96% 0.57% -
HSV(B) 319.34º 0.84% 0.98% -
XYZ 49.09 25.45 47.12 -
YUV 119.39 163.9 221.87 -
System Red Green Blue C M Y K H S L
Decimal 251 40 183 0 0.84 0.27 0.02 319.34 0.96 0.57
Hex FB 28 B7 0 54 1B 2 13F 60 39
Octal 373 50 267 0 124 33 2 477 140 71
Binary 11111011 101000 10110111 0 1010100 11011 10 100111111 1100000 111001

Color Harmonies of #FB28B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB28B7

Black with #FB28B7

Text Example


Text Example

White with #FB28B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB28B7; }

 p { color: rgb(251,40,183); }

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

background-color css

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

 a { background-color: rgb(251,40,183); }

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

border-color css

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

 span { border-color: rgb(251,40,183); }

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