Html Css Color HEX #FD28B8 Spicy Pink

📋 copy color: '#FD28B8'

red 253 ◦ green 40 ◦ blue 184

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

Shades of Spicy Pink #FD28B8

Tints of Spicy Pink #FD28B8

RGB

 RED value IS 253 (99.22% from 255) = 53.04%

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

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

R = 53.04%
G = 8.39%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD28B8 (or 0xFD28B8) is known color: Spicy Pink. HEX triplet: FD, 28 and B8. RGB value is (253,40,184). Sum of RGB (Red+Green+Blue) = 253+40+184=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28B8 is #02D747. Grayscale: #777777. Windows color (decimal): -186184 or 12069117. OLE color: 12069117.

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

Color convert

RGB 253 40 184 -
CMYK 0 0.84 0.27 0.01
HSL 319.44º 0.98% 0.57% -
HSV(B) 319.44º 0.84% 0.99% -
XYZ 49.92 25.86 47.71 -
YUV 120.1 164.07 222.79 -
System Red Green Blue C M Y K H S L
Decimal 253 40 184 0 0.84 0.27 0.01 319.44 0.98 0.57
Hex FD 28 B8 0 54 1B 1 13F 62 39
Octal 375 50 270 0 124 33 1 477 142 71
Binary 11111101 101000 10111000 0 1010100 11011 1 100111111 1100010 111001

Color Harmonies of #FD28B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28B8

Black with #FD28B8

Text Example


Text Example

White with #FD28B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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