Html Css Color HEX #FF29B2 Spicy Pink

📋 copy color: '#FF29B2'

red 255 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #FF29B2

Tints of Spicy Pink #FF29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 53.8%
G = 8.65%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF29B2 (or 0xFF29B2) is known color: Spicy Pink. HEX triplet: FF, 29 and B2. RGB value is (255,41,178). Sum of RGB (Red+Green+Blue) = 255+41+178=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF29B2 is #00D64D. Grayscale: #787878. Windows color (decimal): -54862 or 11676159. OLE color: 11676159.

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

Color convert

RGB 255 41 178 -
CMYK 0 0.84 0.30 0
HSL 321.59º 1% 0.58% -
HSV(B) 321.59º 0.84% 1% -
XYZ 50.07 26.06 44.51 -
YUV 120.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 255 41 178 0 0.84 0.30 0 321.59 1 0.58
Hex FF 29 B2 0 54 1E 0 142 64 3A
Octal 377 51 262 0 124 36 0 502 144 72
Binary 11111111 101001 10110010 0 1010100 11110 0 101000010 1100100 111010

Color Harmonies of #FF29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29B2

Black with #FF29B2

Text Example


Text Example

White with #FF29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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