Html Css Color HEX #FC24B0 Spicy Pink

📋 copy color: '#FC24B0'

red 252 ◦ green 36 ◦ blue 176

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

Shades of Spicy Pink #FC24B0

Tints of Spicy Pink #FC24B0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.76%

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

R = 54.31%
G = 7.76%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC24B0 (or 0xFC24B0) is known color: Spicy Pink. HEX triplet: FC, 24 and B0. RGB value is (252,36,176). Sum of RGB (Red+Green+Blue) = 252+36+176=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC24B0 is #03DB4F. Grayscale: #747474. Windows color (decimal): -252752 or 11543804. OLE color: 11543804.

HSL color Cylindrical-coordinate representation of color #FC24B0: hue angle of 321.11º 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 #FC24B0 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 36 176 -
CMYK 0 0.86 0.30 0.01
HSL 321.11º 0.97% 0.56% -
HSV(B) 321.11º 0.86% 0.99% -
XYZ 48.61 25.09 43.36 -
YUV 116.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 252 36 176 0 0.86 0.30 0.01 321.11 0.97 0.56
Hex FC 24 B0 0 56 1E 1 141 61 38
Octal 374 44 260 0 126 36 1 501 141 70
Binary 11111100 100100 10110000 0 1010110 11110 1 101000001 1100001 111000

Color Harmonies of #FC24B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC24B0

Black with #FC24B0

Text Example


Text Example

White with #FC24B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC24B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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