Html Css Color HEX #FD1EAA Spicy Pink

📋 copy color: '#FD1EAA'

red 253 ◦ green 30 ◦ blue 170

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

Shades of Spicy Pink #FD1EAA

Tints of Spicy Pink #FD1EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.62%

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 55.85%
G = 6.62%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FD1EAA (or 0xFD1EAA) is known color: Spicy Pink. HEX triplet: FD, 1E and AA. RGB value is (253,30,170). Sum of RGB (Red+Green+Blue) = 253+30+170=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1EAA is #02E155. Grayscale: #707070. Windows color (decimal): -188758 or 11149053. OLE color: 11149053.

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

Color convert

RGB 253 30 170 -
CMYK 0 0.88 0.33 0.01
HSL 322.33º 0.98% 0.55% -
HSV(B) 322.33º 0.88% 0.99% -
XYZ 48.23 24.71 40.26 -
YUV 112.64 160.38 228.12 -
System Red Green Blue C M Y K H S L
Decimal 253 30 170 0 0.88 0.33 0.01 322.33 0.98 0.55
Hex FD 1E AA 0 58 21 1 142 62 37
Octal 375 36 252 0 130 41 1 502 142 67
Binary 11111101 11110 10101010 0 1011000 100001 1 101000010 1100010 110111

Color Harmonies of #FD1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EAA

Black with #FD1EAA

Text Example


Text Example

White with #FD1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EAA; }

 p { color: rgb(253,30,170); }

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

background-color css

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

 a { background-color: rgb(253,30,170); }

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

border-color css

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

 span { border-color: rgb(253,30,170); }

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