Html Css Color HEX #FD2DB3 Spicy Pink

📋 copy color: '#FD2DB3'

red 253 ◦ green 45 ◦ blue 179

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

Shades of Spicy Pink #FD2DB3

Tints of Spicy Pink #FD2DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.43%

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 53.04%
G = 9.43%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD2DB3 (or 0xFD2DB3) is known color: Spicy Pink. HEX triplet: FD, 2D and B3. RGB value is (253,45,179). Sum of RGB (Red+Green+Blue) = 253+45+179=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DB3 is #02D24C. Grayscale: #7A7A7A. Windows color (decimal): -184909 or 11742717. OLE color: 11742717.

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

Color convert

RGB 253 45 179 -
CMYK 0 0.82 0.29 0.01
HSL 321.35º 0.98% 0.58% -
HSV(B) 321.35º 0.82% 0.99% -
XYZ 49.58 26.01 45.06 -
YUV 122.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 253 45 179 0 0.82 0.29 0.01 321.35 0.98 0.58
Hex FD 2D B3 0 52 1D 1 141 62 3A
Octal 375 55 263 0 122 35 1 501 142 72
Binary 11111101 101101 10110011 0 1010010 11101 1 101000001 1100010 111010

Color Harmonies of #FD2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2DB3

Black with #FD2DB3

Text Example


Text Example

White with #FD2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2DB3; }

 p { color: rgb(253,45,179); }

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

background-color css

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

 a { background-color: rgb(253,45,179); }

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

border-color css

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

 span { border-color: rgb(253,45,179); }

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