Html Css Color HEX #FC2051 Radical Red

📋 copy color: '#FC2051'

red 252 ◦ green 32 ◦ blue 81

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

Shades of Radical Red #FC2051

Tints of Radical Red #FC2051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 69.04%
G = 8.77%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC2051 (or 0xFC2051) is known color: Radical Red. HEX triplet: FC, 20 and 51. RGB value is (252,32,81). Sum of RGB (Red+Green+Blue) = 252+32+81=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2051 is #03DFAE. Grayscale: #676767. Windows color (decimal): -253871 or 5316860. OLE color: 5316860.

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

Color convert

RGB 252 32 81 -
CMYK 0 0.87 0.68 0.01
HSL 346.64º 0.97% 0.56% -
HSV(B) 346.64º 0.87% 0.99% -
XYZ 42.15 22.32 9.87 -
YUV 103.37 115.39 234.02 -
System Red Green Blue C M Y K H S L
Decimal 252 32 81 0 0.87 0.68 0.01 346.64 0.97 0.56
Hex FC 20 51 0 57 44 1 15B 61 38
Octal 374 40 121 0 127 104 1 533 141 70
Binary 11111100 100000 1010001 0 1010111 1000100 1 101011011 1100001 111000

Color Harmonies of #FC2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2051

Black with #FC2051

Text Example


Text Example

White with #FC2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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