Html Css Color HEX #FD11AC Spicy Pink

📋 copy color: '#FD11AC'

red 253 ◦ green 17 ◦ blue 172

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

Shades of Spicy Pink #FD11AC

Tints of Spicy Pink #FD11AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.85%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 57.24%
G = 3.85%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD11AC (or 0xFD11AC) is known color: Spicy Pink. HEX triplet: FD, 11 and AC. RGB value is (253,17,172). Sum of RGB (Red+Green+Blue) = 253+17+172=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD11AC is #02EE53. Grayscale: #686868. Windows color (decimal): -192084 or 11276797. OLE color: 11276797.

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

Color convert

RGB 253 17 172 -
CMYK 0 0.93 0.32 0.01
HSL 320.59º 0.98% 0.53% -
HSV(B) 320.59º 0.93% 0.99% -
XYZ 48.15 24.26 41.17 -
YUV 105.23 165.69 233.4 -
System Red Green Blue C M Y K H S L
Decimal 253 17 172 0 0.93 0.32 0.01 320.59 0.98 0.53
Hex FD 11 AC 0 5D 20 1 141 62 35
Octal 375 21 254 0 135 40 1 501 142 65
Binary 11111101 10001 10101100 0 1011101 100000 1 101000001 1100010 110101

Color Harmonies of #FD11AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11AC

Black with #FD11AC

Text Example


Text Example

White with #FD11AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11AC; }

 p { color: rgb(253,17,172); }

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

background-color css

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

 a { background-color: rgb(253,17,172); }

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

border-color css

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

 span { border-color: rgb(253,17,172); }

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