Html Css Color HEX #FC2C73 Radical Red

📋 copy color: '#FC2C73'

red 252 ◦ green 44 ◦ blue 115

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

Shades of Radical Red #FC2C73

Tints of Radical Red #FC2C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

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

R = 61.31%
G = 10.71%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2C73 (or 0xFC2C73) is known color: Radical Red. HEX triplet: FC, 2C and 73. RGB value is (252,44,115). Sum of RGB (Red+Green+Blue) = 252+44+115=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C73 is #03D38C. Grayscale: #727272. Windows color (decimal): -250765 or 7548156. OLE color: 7548156.

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

Color convert

RGB 252 44 115 -
CMYK 0 0.83 0.54 0.01
HSL 339.52º 0.97% 0.58% -
HSV(B) 339.52º 0.83% 0.99% -
XYZ 44.14 23.73 18.47 -
YUV 114.29 128.41 226.23 -
System Red Green Blue C M Y K H S L
Decimal 252 44 115 0 0.83 0.54 0.01 339.52 0.97 0.58
Hex FC 2C 73 0 53 36 1 154 61 3A
Octal 374 54 163 0 123 66 1 524 141 72
Binary 11111100 101100 1110011 0 1010011 110110 1 101010100 1100001 111010

Color Harmonies of #FC2C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C73

Black with #FC2C73

Text Example


Text Example

White with #FC2C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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