Html Css Color HEX #FC2454 Radical Red

📋 copy color: '#FC2454'

red 252 ◦ green 36 ◦ blue 84

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

Shades of Radical Red #FC2454

Tints of Radical Red #FC2454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.68%

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

R = 67.74%
G = 9.68%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC2454 (or 0xFC2454) is known color: Radical Red. HEX triplet: FC, 24 and 54. RGB value is (252,36,84). Sum of RGB (Red+Green+Blue) = 252+36+84=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2454 is #03DBAB. Grayscale: #6A6A6A. Windows color (decimal): -252844 or 5514492. OLE color: 5514492.

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

Color convert

RGB 252 36 84 -
CMYK 0 0.86 0.67 0.01
HSL 346.67º 0.97% 0.56% -
HSV(B) 346.67º 0.86% 0.99% -
XYZ 42.38 22.6 10.52 -
YUV 106.06 115.56 232.1 -
System Red Green Blue C M Y K H S L
Decimal 252 36 84 0 0.86 0.67 0.01 346.67 0.97 0.56
Hex FC 24 54 0 56 43 1 15B 61 38
Octal 374 44 124 0 126 103 1 533 141 70
Binary 11111100 100100 1010100 0 1010110 1000011 1 101011011 1100001 111000

Color Harmonies of #FC2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2454

Black with #FC2454

Text Example


Text Example

White with #FC2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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