Html Css Color HEX #FC20B2 Spicy Pink

📋 copy color: '#FC20B2'

red 252 ◦ green 32 ◦ blue 178

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

Shades of Spicy Pink #FC20B2

Tints of Spicy Pink #FC20B2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.93%

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 54.55%
G = 6.93%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC20B2 (or 0xFC20B2) is known color: Spicy Pink. HEX triplet: FC, 20 and B2. RGB value is (252,32,178). Sum of RGB (Red+Green+Blue) = 252+32+178=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20B2 is #03DF4D. Grayscale: #727272. Windows color (decimal): -253774 or 11673852. OLE color: 11673852.

HSL color Cylindrical-coordinate representation of color #FC20B2: hue angle of 320.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20B2 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 32 178 -
CMYK 0 0.87 0.29 0.01
HSL 320.18º 0.97% 0.56% -
HSV(B) 320.18º 0.87% 0.99% -
XYZ 48.7 24.94 44.37 -
YUV 114.42 163.89 226.13 -
System Red Green Blue C M Y K H S L
Decimal 252 32 178 0 0.87 0.29 0.01 320.18 0.97 0.56
Hex FC 20 B2 0 57 1D 1 140 61 38
Octal 374 40 262 0 127 35 1 500 141 70
Binary 11111100 100000 10110010 0 1010111 11101 1 101000000 1100001 111000

Color Harmonies of #FC20B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20B2

Black with #FC20B2

Text Example


Text Example

White with #FC20B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20B2; }

 p { color: rgb(252,32,178); }

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

background-color css

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

 a { background-color: rgb(252,32,178); }

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

border-color css

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

 span { border-color: rgb(252,32,178); }

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