Html Css Color HEX #FC0CB0 Spicy Pink

📋 copy color: '#FC0CB0'

red 252 ◦ green 12 ◦ blue 176

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

Shades of Spicy Pink #FC0CB0

Tints of Spicy Pink #FC0CB0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

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

R = 57.27%
G = 2.73%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC0CB0 (or 0xFC0CB0) is known color: Spicy Pink. HEX triplet: FC, 0C and B0. RGB value is (252,12,176). Sum of RGB (Red+Green+Blue) = 252+12+176=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0CB0 is #03F34F. Grayscale: #666666. Windows color (decimal): -258896 or 11537660. OLE color: 11537660.

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

Color convert

RGB 252 12 176 -
CMYK 0 0.95 0.30 0.01
HSL 319º 0.98% 0.52% -
HSV(B) 319º 0.95% 0.99% -
XYZ 48.11 24.09 43.19 -
YUV 102.46 169.51 234.66 -
System Red Green Blue C M Y K H S L
Decimal 252 12 176 0 0.95 0.30 0.01 319 0.98 0.52
Hex FC C B0 0 5F 1E 1 13F 62 34
Octal 374 14 260 0 137 36 1 477 142 64
Binary 11111100 1100 10110000 0 1011111 11110 1 100111111 1100010 110100

Color Harmonies of #FC0CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CB0

Black with #FC0CB0

Text Example


Text Example

White with #FC0CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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