Html Css Color HEX #FC2C71 Radical Red

📋 copy color: '#FC2C71'

red 252 ◦ green 44 ◦ blue 113

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

Shades of Radical Red #FC2C71

Tints of Radical Red #FC2C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 61.61%
G = 10.76%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC2C71 (or 0xFC2C71) is known color: Radical Red. HEX triplet: FC, 2C and 71. RGB value is (252,44,113). Sum of RGB (Red+Green+Blue) = 252+44+113=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C71 is #03D38E. Grayscale: #717171. Windows color (decimal): -250767 or 7417084. OLE color: 7417084.

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

Color convert

RGB 252 44 113 -
CMYK 0 0.83 0.55 0.01
HSL 340.1º 0.97% 0.58% -
HSV(B) 340.1º 0.83% 0.99% -
XYZ 44.03 23.69 17.87 -
YUV 114.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 252 44 113 0 0.83 0.55 0.01 340.1 0.97 0.58
Hex FC 2C 71 0 53 37 1 154 61 3A
Octal 374 54 161 0 123 67 1 524 141 72
Binary 11111100 101100 1110001 0 1010011 110111 1 101010100 1100001 111010

Color Harmonies of #FC2C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C71

Black with #FC2C71

Text Example


Text Example

White with #FC2C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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