Html Css Color HEX #FB28B8 Spicy Pink

📋 copy color: '#FB28B8'

red 251 ◦ green 40 ◦ blue 184

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

Shades of Spicy Pink #FB28B8

Tints of Spicy Pink #FB28B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.74%

R = 52.84%
G = 8.42%
B = 38.74%

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

#FB28B8 (or 0xFB28B8) is known color: Spicy Pink. HEX triplet: FB, 28 and B8. RGB value is (251,40,184). Sum of RGB (Red+Green+Blue) = 251+40+184=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28B8 is #04D747. Grayscale: #777777. Windows color (decimal): -317256 or 12069115. OLE color: 12069115.

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

Color convert

RGB 251 40 184 -
CMYK 0 0.84 0.27 0.02
HSL 319.05º 0.96% 0.57% -
HSV(B) 319.05º 0.84% 0.98% -
XYZ 49.19 25.49 47.67 -
YUV 119.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 251 40 184 0 0.84 0.27 0.02 319.05 0.96 0.57
Hex FB 28 B8 0 54 1B 2 13F 60 39
Octal 373 50 270 0 124 33 2 477 140 71
Binary 11111011 101000 10111000 0 1010100 11011 10 100111111 1100000 111001

Color Harmonies of #FB28B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB28B8

Black with #FB28B8

Text Example


Text Example

White with #FB28B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB28B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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