Html Css Color HEX #FD11A8 Spicy Pink

📋 copy color: '#FD11A8'

red 253 ◦ green 17 ◦ blue 168

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

Shades of Spicy Pink #FD11A8

Tints of Spicy Pink #FD11A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 57.76%
G = 3.88%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD11A8 (or 0xFD11A8) is known color: Spicy Pink. HEX triplet: FD, 11 and A8. RGB value is (253,17,168). Sum of RGB (Red+Green+Blue) = 253+17+168=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD11A8 is #02EE57. Grayscale: #686868. Windows color (decimal): -192088 or 11014653. OLE color: 11014653.

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

Color convert

RGB 253 17 168 -
CMYK 0 0.93 0.34 0.01
HSL 321.61º 0.98% 0.53% -
HSV(B) 321.61º 0.93% 0.99% -
XYZ 47.78 24.11 39.18 -
YUV 104.78 163.69 233.72 -
System Red Green Blue C M Y K H S L
Decimal 253 17 168 0 0.93 0.34 0.01 321.61 0.98 0.53
Hex FD 11 A8 0 5D 22 1 142 62 35
Octal 375 21 250 0 135 42 1 502 142 65
Binary 11111101 10001 10101000 0 1011101 100010 1 101000010 1100010 110101

Color Harmonies of #FD11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11A8

Black with #FD11A8

Text Example


Text Example

White with #FD11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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