Html Css Color HEX #FC25BD Spicy Pink

📋 copy color: '#FC25BD'

red 252 ◦ green 37 ◦ blue 189

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

Shades of Spicy Pink #FC25BD

Tints of Spicy Pink #FC25BD

RGB

 RED value IS 252 (98.83% from 255) = 52.72%

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

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 52.72%
G = 7.74%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC25BD (or 0xFC25BD) is known color: Spicy Pink. HEX triplet: FC, 25 and BD. RGB value is (252,37,189). Sum of RGB (Red+Green+Blue) = 252+37+189=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25BD is #03DA42. Grayscale: #767676. Windows color (decimal): -252483 or 12396028. OLE color: 12396028.

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

Color convert

RGB 252 37 189 -
CMYK 0 0.85 0.25 0.01
HSL 317.58º 0.97% 0.57% -
HSV(B) 317.58º 0.85% 0.99% -
XYZ 49.99 25.69 50.47 -
YUV 118.61 167.73 223.14 -
System Red Green Blue C M Y K H S L
Decimal 252 37 189 0 0.85 0.25 0.01 317.58 0.97 0.57
Hex FC 25 BD 0 55 19 1 13E 61 39
Octal 374 45 275 0 125 31 1 476 141 71
Binary 11111100 100101 10111101 0 1010101 11001 1 100111110 1100001 111001

Color Harmonies of #FC25BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25BD

Black with #FC25BD

Text Example


Text Example

White with #FC25BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25BD; }

 p { color: rgb(252,37,189); }

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

background-color css

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

 a { background-color: rgb(252,37,189); }

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

border-color css

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

 span { border-color: rgb(252,37,189); }

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