Html Css Color HEX #FD12A8 Spicy Pink

📋 copy color: '#FD12A8'

red 253 ◦ green 18 ◦ blue 168

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

Shades of Spicy Pink #FD12A8

Tints of Spicy Pink #FD12A8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.1%

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

R = 57.63%
G = 4.1%
B = 38.27%

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

#FD12A8 (or 0xFD12A8) is known color: Spicy Pink. HEX triplet: FD, 12 and A8. RGB value is (253,18,168). Sum of RGB (Red+Green+Blue) = 253+18+168=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD12A8 is #02ED57. Grayscale: #696969. Windows color (decimal): -191832 or 11014909. OLE color: 11014909.

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

Color convert

RGB 253 18 168 -
CMYK 0 0.93 0.34 0.01
HSL 321.7º 0.98% 0.53% -
HSV(B) 321.7º 0.93% 0.99% -
XYZ 47.79 24.14 39.19 -
YUV 105.37 163.36 233.3 -
System Red Green Blue C M Y K H S L
Decimal 253 18 168 0 0.93 0.34 0.01 321.7 0.98 0.53
Hex FD 12 A8 0 5D 22 1 142 62 35
Octal 375 22 250 0 135 42 1 502 142 65
Binary 11111101 10010 10101000 0 1011101 100010 1 101000010 1100010 110101

Color Harmonies of #FD12A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12A8

Black with #FD12A8

Text Example


Text Example

White with #FD12A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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