Html Css Color HEX #FD28BA Spicy Pink

📋 copy color: '#FD28BA'

red 253 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #FD28BA

Tints of Spicy Pink #FD28BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 52.82%
G = 8.35%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD28BA (or 0xFD28BA) is known color: Spicy Pink. HEX triplet: FD, 28 and BA. RGB value is (253,40,186). Sum of RGB (Red+Green+Blue) = 253+40+186=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28BA is #02D745. Grayscale: #777777. Windows color (decimal): -186182 or 12200189. OLE color: 12200189.

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

Color convert

RGB 253 40 186 -
CMYK 0 0.84 0.26 0.01
HSL 318.87º 0.98% 0.57% -
HSV(B) 318.87º 0.84% 0.99% -
XYZ 50.13 25.95 48.82 -
YUV 120.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 253 40 186 0 0.84 0.26 0.01 318.87 0.98 0.57
Hex FD 28 BA 0 54 1A 1 13F 62 39
Octal 375 50 272 0 124 32 1 477 142 71
Binary 11111101 101000 10111010 0 1010100 11010 1 100111111 1100010 111001

Color Harmonies of #FD28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28BA

Black with #FD28BA

Text Example


Text Example

White with #FD28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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