Html Css Color HEX #FF29B8 Spicy Pink

📋 copy color: '#FF29B8'

red 255 ◦ green 41 ◦ blue 184

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

Shades of Spicy Pink #FF29B8

Tints of Spicy Pink #FF29B8

RGB

 RED value IS 255 (100% from 255) = 53.13%

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

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

R = 53.13%
G = 8.54%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF29B8 (or 0xFF29B8) is known color: Spicy Pink. HEX triplet: FF, 29 and B8. RGB value is (255,41,184). Sum of RGB (Red+Green+Blue) = 255+41+184=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29B8 is #00D647. Grayscale: #787878. Windows color (decimal): -54856 or 12069375. OLE color: 12069375.

HSL color Cylindrical-coordinate representation of color #FF29B8: hue angle of 319.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29B8 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 184 -
CMYK 0 0.84 0.28 0
HSL 319.91º 1% 0.58% -
HSV(B) 319.91º 0.84% 1% -
XYZ 50.68 26.31 47.75 -
YUV 121.29 163.4 223.37 -
System Red Green Blue C M Y K H S L
Decimal 255 41 184 0 0.84 0.28 0 319.91 1 0.58
Hex FF 29 B8 0 54 1C 0 140 64 3A
Octal 377 51 270 0 124 34 0 500 144 72
Binary 11111111 101001 10111000 0 1010100 11100 0 101000000 1100100 111010

Color Harmonies of #FF29B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29B8

Black with #FF29B8

Text Example


Text Example

White with #FF29B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29B8; }

 p { color: rgb(255,41,184); }

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

background-color css

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

 a { background-color: rgb(255,41,184); }

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

border-color css

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

 span { border-color: rgb(255,41,184); }

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