Html Css Color HEX #FC2873 Radical Red

📋 copy color: '#FC2873'

red 252 ◦ green 40 ◦ blue 115

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

Shades of Radical Red #FC2873

Tints of Radical Red #FC2873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.83%

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 61.92%
G = 9.83%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2873 (or 0xFC2873) is known color: Radical Red. HEX triplet: FC, 28 and 73. RGB value is (252,40,115). Sum of RGB (Red+Green+Blue) = 252+40+115=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2873 is #03D78C. Grayscale: #6F6F6F. Windows color (decimal): -251789 or 7547132. OLE color: 7547132.

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

Color convert

RGB 252 40 115 -
CMYK 0 0.84 0.54 0.01
HSL 338.77º 0.97% 0.57% -
HSV(B) 338.77º 0.84% 0.99% -
XYZ 44 23.45 18.43 -
YUV 111.94 129.74 227.9 -
System Red Green Blue C M Y K H S L
Decimal 252 40 115 0 0.84 0.54 0.01 338.77 0.97 0.57
Hex FC 28 73 0 54 36 1 153 61 39
Octal 374 50 163 0 124 66 1 523 141 71
Binary 11111100 101000 1110011 0 1010100 110110 1 101010011 1100001 111001

Color Harmonies of #FC2873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2873

Black with #FC2873

Text Example


Text Example

White with #FC2873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2873; }

 p { color: rgb(252,40,115); }

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

background-color css

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

 a { background-color: rgb(252,40,115); }

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

border-color css

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

 span { border-color: rgb(252,40,115); }

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