Html Css Color HEX #FC23B2 Spicy Pink

📋 copy color: '#FC23B2'

red 252 ◦ green 35 ◦ blue 178

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

Shades of Spicy Pink #FC23B2

Tints of Spicy Pink #FC23B2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.53%

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

R = 54.19%
G = 7.53%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC23B2 (or 0xFC23B2) is known color: Spicy Pink. HEX triplet: FC, 23 and B2. RGB value is (252,35,178). Sum of RGB (Red+Green+Blue) = 252+35+178=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC23B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC23B2 is #03DC4D. Grayscale: #737373. Windows color (decimal): -253006 or 11674620. OLE color: 11674620.

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

Color convert

RGB 252 35 178 -
CMYK 0 0.86 0.29 0.01
HSL 320.46º 0.97% 0.56% -
HSV(B) 320.46º 0.86% 0.99% -
XYZ 48.78 25.11 44.4 -
YUV 116.19 162.89 224.87 -
System Red Green Blue C M Y K H S L
Decimal 252 35 178 0 0.86 0.29 0.01 320.46 0.97 0.56
Hex FC 23 B2 0 56 1D 1 140 61 38
Octal 374 43 262 0 126 35 1 500 141 70
Binary 11111100 100011 10110010 0 1010110 11101 1 101000000 1100001 111000

Color Harmonies of #FC23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC23B2

Black with #FC23B2

Text Example


Text Example

White with #FC23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC23B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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