Html Css Color HEX #FC2151 Radical Red

📋 copy color: '#FC2151'

red 252 ◦ green 33 ◦ blue 81

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

Shades of Radical Red #FC2151

Tints of Radical Red #FC2151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

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

R = 68.85%
G = 9.02%
B = 22.13%

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

#FC2151 (or 0xFC2151) is known color: Radical Red. HEX triplet: FC, 21 and 51. RGB value is (252,33,81). Sum of RGB (Red+Green+Blue) = 252+33+81=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2151 is #03DEAE. Grayscale: #676767. Windows color (decimal): -253615 or 5317116. OLE color: 5317116.

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

Color convert

RGB 252 33 81 -
CMYK 0 0.87 0.68 0.01
HSL 346.85º 0.97% 0.56% -
HSV(B) 346.85º 0.87% 0.99% -
XYZ 42.17 22.38 9.88 -
YUV 103.95 115.05 233.6 -
System Red Green Blue C M Y K H S L
Decimal 252 33 81 0 0.87 0.68 0.01 346.85 0.97 0.56
Hex FC 21 51 0 57 44 1 15B 61 38
Octal 374 41 121 0 127 104 1 533 141 70
Binary 11111100 100001 1010001 0 1010111 1000100 1 101011011 1100001 111000

Color Harmonies of #FC2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2151

Black with #FC2151

Text Example


Text Example

White with #FC2151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2151; }

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

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

background-color css

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

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

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

border-color css

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

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

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