Html Css Color HEX #FD29B2 Spicy Pink

📋 copy color: '#FD29B2'

red 253 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #FD29B2

Tints of Spicy Pink #FD29B2

RGB

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

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

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

R = 53.6%
G = 8.69%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD29B2 (or 0xFD29B2) is known color: Spicy Pink. HEX triplet: FD, 29 and B2. RGB value is (253,41,178). Sum of RGB (Red+Green+Blue) = 253+41+178=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD29B2 is #02D64D. Grayscale: #777777. Windows color (decimal): -185934 or 11676157. OLE color: 11676157.

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

Color convert

RGB 253 41 178 -
CMYK 0 0.84 0.30 0.01
HSL 321.23º 0.98% 0.58% -
HSV(B) 321.23º 0.84% 0.99% -
XYZ 49.34 25.68 44.48 -
YUV 120.01 160.74 222.86 -
System Red Green Blue C M Y K H S L
Decimal 253 41 178 0 0.84 0.30 0.01 321.23 0.98 0.58
Hex FD 29 B2 0 54 1E 1 141 62 3A
Octal 375 51 262 0 124 36 1 501 142 72
Binary 11111101 101001 10110010 0 1010100 11110 1 101000001 1100010 111010

Color Harmonies of #FD29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29B2

Black with #FD29B2

Text Example


Text Example

White with #FD29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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