Html Css Color HEX #FD25AC Spicy Pink

📋 copy color: '#FD25AC'

red 253 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #FD25AC

Tints of Spicy Pink #FD25AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.01%

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

R = 54.76%
G = 8.01%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD25AC (or 0xFD25AC) is known color: Spicy Pink. HEX triplet: FD, 25 and AC. RGB value is (253,37,172). Sum of RGB (Red+Green+Blue) = 253+37+172=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD25AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD25AC is #02DA53. Grayscale: #747474. Windows color (decimal): -186964 or 11281917. OLE color: 11281917.

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

Color convert

RGB 253 37 172 -
CMYK 0 0.85 0.32 0.01
HSL 322.5º 0.98% 0.57% -
HSV(B) 322.5º 0.85% 0.99% -
XYZ 48.62 25.18 41.33 -
YUV 116.97 159.06 225.02 -
System Red Green Blue C M Y K H S L
Decimal 253 37 172 0 0.85 0.32 0.01 322.5 0.98 0.57
Hex FD 25 AC 0 55 20 1 142 62 39
Octal 375 45 254 0 125 40 1 502 142 71
Binary 11111101 100101 10101100 0 1010101 100000 1 101000010 1100010 111001

Color Harmonies of #FD25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD25AC

Black with #FD25AC

Text Example


Text Example

White with #FD25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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