Html Css Color HEX #FC0FB0 Spicy Pink

📋 copy color: '#FC0FB0'

red 252 ◦ green 15 ◦ blue 176

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

Shades of Spicy Pink #FC0FB0

Tints of Spicy Pink #FC0FB0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 56.88%
G = 3.39%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC0FB0 (or 0xFC0FB0) is known color: Spicy Pink. HEX triplet: FC, 0F and B0. RGB value is (252,15,176). Sum of RGB (Red+Green+Blue) = 252+15+176=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FB0 is #03F04F. Grayscale: #676767. Windows color (decimal): -258128 or 11538428. OLE color: 11538428.

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

Color convert

RGB 252 15 176 -
CMYK 0 0.94 0.30 0.01
HSL 319.24º 0.98% 0.52% -
HSV(B) 319.24º 0.94% 0.99% -
XYZ 48.15 24.17 43.2 -
YUV 104.22 168.52 233.41 -
System Red Green Blue C M Y K H S L
Decimal 252 15 176 0 0.94 0.30 0.01 319.24 0.98 0.52
Hex FC F B0 0 5E 1E 1 13F 62 34
Octal 374 17 260 0 136 36 1 477 142 64
Binary 11111100 1111 10110000 0 1011110 11110 1 100111111 1100010 110100

Color Harmonies of #FC0FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FB0

Black with #FC0FB0

Text Example


Text Example

White with #FC0FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FB0; }

 p { color: rgb(252,15,176); }

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

background-color css

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

 a { background-color: rgb(252,15,176); }

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

border-color css

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

 span { border-color: rgb(252,15,176); }

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