Html Css Color HEX #FC10B0 Spicy Pink

📋 copy color: '#FC10B0'

red 252 ◦ green 16 ◦ blue 176

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

Shades of Spicy Pink #FC10B0

Tints of Spicy Pink #FC10B0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.6%

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

R = 56.76%
G = 3.6%
B = 39.64%

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

#FC10B0 (or 0xFC10B0) is known color: Spicy Pink. HEX triplet: FC, 10 and B0. RGB value is (252,16,176). Sum of RGB (Red+Green+Blue) = 252+16+176=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC10B0 is #03EF4F. Grayscale: #686868. Windows color (decimal): -257872 or 11538684. OLE color: 11538684.

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

Color convert

RGB 252 16 176 -
CMYK 0 0.94 0.30 0.01
HSL 319.32º 0.98% 0.53% -
HSV(B) 319.32º 0.94% 0.99% -
XYZ 48.17 24.2 43.21 -
YUV 104.8 168.19 232.99 -
System Red Green Blue C M Y K H S L
Decimal 252 16 176 0 0.94 0.30 0.01 319.32 0.98 0.53
Hex FC 10 B0 0 5E 1E 1 13F 62 35
Octal 374 20 260 0 136 36 1 477 142 65
Binary 11111100 10000 10110000 0 1011110 11110 1 100111111 1100010 110101

Color Harmonies of #FC10B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10B0

Black with #FC10B0

Text Example


Text Example

White with #FC10B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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