Html Css Color HEX #FC25BC Spicy Pink

📋 copy color: '#FC25BC'

red 252 ◦ green 37 ◦ blue 188

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

Shades of Spicy Pink #FC25BC

Tints of Spicy Pink #FC25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 52.83%
G = 7.76%
B = 39.41%

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

#FC25BC (or 0xFC25BC) is known color: Spicy Pink. HEX triplet: FC, 25 and BC. RGB value is (252,37,188). Sum of RGB (Red+Green+Blue) = 252+37+188=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25BC is #03DA43. Grayscale: #767676. Windows color (decimal): -252484 or 12330492. OLE color: 12330492.

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

Color convert

RGB 252 37 188 -
CMYK 0 0.85 0.25 0.01
HSL 317.86º 0.97% 0.57% -
HSV(B) 317.86º 0.85% 0.99% -
XYZ 49.88 25.65 49.9 -
YUV 118.5 167.23 223.22 -
System Red Green Blue C M Y K H S L
Decimal 252 37 188 0 0.85 0.25 0.01 317.86 0.97 0.57
Hex FC 25 BC 0 55 19 1 13E 61 39
Octal 374 45 274 0 125 31 1 476 141 71
Binary 11111100 100101 10111100 0 1010101 11001 1 100111110 1100001 111001

Color Harmonies of #FC25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25BC

Black with #FC25BC

Text Example


Text Example

White with #FC25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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