Html Css Color HEX #FD25BA Spicy Pink

📋 copy color: '#FD25BA'

red 253 ◦ green 37 ◦ blue 186

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

Shades of Spicy Pink #FD25BA

Tints of Spicy Pink #FD25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 53.15%
G = 7.77%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD25BA (or 0xFD25BA) is known color: Spicy Pink. HEX triplet: FD, 25 and BA. RGB value is (253,37,186). Sum of RGB (Red+Green+Blue) = 253+37+186=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD25BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD25BA is #02DA45. Grayscale: #767676. Windows color (decimal): -186950 or 12199421. OLE color: 12199421.

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

Color convert

RGB 253 37 186 -
CMYK 0 0.85 0.26 0.01
HSL 318.61º 0.98% 0.57% -
HSV(B) 318.61º 0.85% 0.99% -
XYZ 50.03 25.75 48.79 -
YUV 118.57 166.06 223.88 -
System Red Green Blue C M Y K H S L
Decimal 253 37 186 0 0.85 0.26 0.01 318.61 0.98 0.57
Hex FD 25 BA 0 55 1A 1 13F 62 39
Octal 375 45 272 0 125 32 1 477 142 71
Binary 11111101 100101 10111010 0 1010101 11010 1 100111111 1100010 111001

Color Harmonies of #FD25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD25BA

Black with #FD25BA

Text Example


Text Example

White with #FD25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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