Html Css Color HEX #FD2DB4 Spicy Pink

📋 copy color: '#FD2DB4'

red 253 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #FD2DB4

Tints of Spicy Pink #FD2DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 52.93%
G = 9.41%
B = 37.66%

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

#FD2DB4 (or 0xFD2DB4) is known color: Spicy Pink. HEX triplet: FD, 2D and B4. RGB value is (253,45,180). Sum of RGB (Red+Green+Blue) = 253+45+180=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DB4 is #02D24B. Grayscale: #7A7A7A. Windows color (decimal): -184908 or 11808253. OLE color: 11808253.

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

Color convert

RGB 253 45 180 -
CMYK 0 0.82 0.29 0.01
HSL 321.06º 0.98% 0.58% -
HSV(B) 321.06º 0.82% 0.99% -
XYZ 49.68 26.05 45.59 -
YUV 122.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 253 45 180 0 0.82 0.29 0.01 321.06 0.98 0.58
Hex FD 2D B4 0 52 1D 1 141 62 3A
Octal 375 55 264 0 122 35 1 501 142 72
Binary 11111101 101101 10110100 0 1010010 11101 1 101000001 1100010 111010

Color Harmonies of #FD2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2DB4

Black with #FD2DB4

Text Example


Text Example

White with #FD2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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