Html Css Color HEX #FC2854 Radical Red

📋 copy color: '#FC2854'

red 252 ◦ green 40 ◦ blue 84

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

Shades of Radical Red #FC2854

Tints of Radical Red #FC2854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 67.02%
G = 10.64%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC2854 (or 0xFC2854) is known color: Radical Red. HEX triplet: FC, 28 and 54. RGB value is (252,40,84). Sum of RGB (Red+Green+Blue) = 252+40+84=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2854 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2854 is #03D7AB. Grayscale: #6C6C6C. Windows color (decimal): -251820 or 5515516. OLE color: 5515516.

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

Color convert

RGB 252 40 84 -
CMYK 0 0.84 0.67 0.01
HSL 347.55º 0.97% 0.57% -
HSV(B) 347.55º 0.84% 0.99% -
XYZ 42.5 22.85 10.56 -
YUV 108.4 114.24 230.42 -
System Red Green Blue C M Y K H S L
Decimal 252 40 84 0 0.84 0.67 0.01 347.55 0.97 0.57
Hex FC 28 54 0 54 43 1 15C 61 39
Octal 374 50 124 0 124 103 1 534 141 71
Binary 11111100 101000 1010100 0 1010100 1000011 1 101011100 1100001 111001

Color Harmonies of #FC2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2854

Black with #FC2854

Text Example


Text Example

White with #FC2854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2854; }

 p { color: rgb(252,40,84); }

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

background-color css

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

 a { background-color: rgb(252,40,84); }

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

border-color css

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

 span { border-color: rgb(252,40,84); }

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