Html Css Color HEX #FC2C51 Radical Red

📋 copy color: '#FC2C51'

red 252 ◦ green 44 ◦ blue 81

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

Shades of Radical Red #FC2C51

Tints of Radical Red #FC2C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 66.84%
G = 11.67%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC2C51 (or 0xFC2C51) is known color: Radical Red. HEX triplet: FC, 2C and 51. RGB value is (252,44,81). Sum of RGB (Red+Green+Blue) = 252+44+81=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C51 is #03D3AE. Grayscale: #6E6E6E. Windows color (decimal): -250799 or 5319932. OLE color: 5319932.

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

Color convert

RGB 252 44 81 -
CMYK 0 0.83 0.68 0.01
HSL 349.33º 0.97% 0.58% -
HSV(B) 349.33º 0.83% 0.99% -
XYZ 42.53 23.09 10 -
YUV 110.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 252 44 81 0 0.83 0.68 0.01 349.33 0.97 0.58
Hex FC 2C 51 0 53 44 1 15D 61 3A
Octal 374 54 121 0 123 104 1 535 141 72
Binary 11111100 101100 1010001 0 1010011 1000100 1 101011101 1100001 111010

Color Harmonies of #FC2C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C51

Black with #FC2C51

Text Example


Text Example

White with #FC2C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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