Html Css Color HEX #FD0FAA Spicy Pink

📋 copy color: '#FD0FAA'

red 253 ◦ green 15 ◦ blue 170

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

Shades of Spicy Pink #FD0FAA

Tints of Spicy Pink #FD0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 57.76%
G = 3.42%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FD0FAA (or 0xFD0FAA) is known color: Spicy Pink. HEX triplet: FD, 0F and AA. RGB value is (253,15,170). Sum of RGB (Red+Green+Blue) = 253+15+170=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0FAA is #02F055. Grayscale: #676767. Windows color (decimal): -192598 or 11145213. OLE color: 11145213.

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

Color convert

RGB 253 15 170 -
CMYK 0 0.94 0.33 0.01
HSL 320.92º 0.98% 0.53% -
HSV(B) 320.92º 0.94% 0.99% -
XYZ 47.93 24.13 40.16 -
YUV 103.83 165.35 234.4 -
System Red Green Blue C M Y K H S L
Decimal 253 15 170 0 0.94 0.33 0.01 320.92 0.98 0.53
Hex FD F AA 0 5E 21 1 141 62 35
Octal 375 17 252 0 136 41 1 501 142 65
Binary 11111101 1111 10101010 0 1011110 100001 1 101000001 1100010 110101

Color Harmonies of #FD0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FAA

Black with #FD0FAA

Text Example


Text Example

White with #FD0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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