Html Css Color HEX #FD0AAE Spicy Pink

📋 copy color: '#FD0AAE'

red 253 ◦ green 10 ◦ blue 174

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

Shades of Spicy Pink #FD0AAE

Tints of Spicy Pink #FD0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.29%

 BLUE value IS 174 (68.36% from 255) = 39.82%

R = 57.89%
G = 2.29%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD0AAE (or 0xFD0AAE) is known color: Spicy Pink. HEX triplet: FD, 0A and AE. RGB value is (253,10,174). Sum of RGB (Red+Green+Blue) = 253+10+174=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0AAE is #02F551. Grayscale: #646464. Windows color (decimal): -193874 or 11406077. OLE color: 11406077.

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

Color convert

RGB 253 10 174 -
CMYK 0 0.96 0.31 0.01
HSL 319.51º 0.98% 0.52% -
HSV(B) 319.51º 0.96% 0.99% -
XYZ 48.26 24.16 42.16 -
YUV 101.35 169.01 236.16 -
System Red Green Blue C M Y K H S L
Decimal 253 10 174 0 0.96 0.31 0.01 319.51 0.98 0.52
Hex FD A AE 0 60 1F 1 140 62 34
Octal 375 12 256 0 140 37 1 500 142 64
Binary 11111101 1010 10101110 0 1100000 11111 1 101000000 1100010 110100

Color Harmonies of #FD0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0AAE

Black with #FD0AAE

Text Example


Text Example

White with #FD0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0AAE; }

 p { color: rgb(253,10,174); }

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

background-color css

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

 a { background-color: rgb(253,10,174); }

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

border-color css

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

 span { border-color: rgb(253,10,174); }

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