Html Css Color HEX #FC26B2 Spicy Pink

📋 copy color: '#FC26B2'

red 252 ◦ green 38 ◦ blue 178

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

Shades of Spicy Pink #FC26B2

Tints of Spicy Pink #FC26B2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.12%

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

R = 53.85%
G = 8.12%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC26B2 (or 0xFC26B2) is known color: Spicy Pink. HEX triplet: FC, 26 and B2. RGB value is (252,38,178). Sum of RGB (Red+Green+Blue) = 252+38+178=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26B2 is #03D94D. Grayscale: #757575. Windows color (decimal): -252238 or 11675388. OLE color: 11675388.

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

Color convert

RGB 252 38 178 -
CMYK 0 0.85 0.29 0.01
HSL 320.75º 0.97% 0.57% -
HSV(B) 320.75º 0.85% 0.99% -
XYZ 48.87 25.3 44.43 -
YUV 117.95 161.9 223.62 -
System Red Green Blue C M Y K H S L
Decimal 252 38 178 0 0.85 0.29 0.01 320.75 0.97 0.57
Hex FC 26 B2 0 55 1D 1 141 61 39
Octal 374 46 262 0 125 35 1 501 141 71
Binary 11111100 100110 10110010 0 1010101 11101 1 101000001 1100001 111001

Color Harmonies of #FC26B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC26B2

Black with #FC26B2

Text Example


Text Example

White with #FC26B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC26B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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