Html Css Color HEX #FC2954 Radical Red

📋 copy color: '#FC2954'

red 252 ◦ green 41 ◦ blue 84

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

Shades of Radical Red #FC2954

Tints of Radical Red #FC2954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.88%

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

R = 66.84%
G = 10.88%
B = 22.28%

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

#FC2954 (or 0xFC2954) is known color: Radical Red. HEX triplet: FC, 29 and 54. RGB value is (252,41,84). Sum of RGB (Red+Green+Blue) = 252+41+84=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2954 is #03D6AB. Grayscale: #6D6D6D. Windows color (decimal): -251564 or 5515772. OLE color: 5515772.

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

Color convert

RGB 252 41 84 -
CMYK 0 0.84 0.67 0.01
HSL 347.77º 0.97% 0.57% -
HSV(B) 347.77º 0.84% 0.99% -
XYZ 42.54 22.92 10.57 -
YUV 108.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 252 41 84 0 0.84 0.67 0.01 347.77 0.97 0.57
Hex FC 29 54 0 54 43 1 15C 61 39
Octal 374 51 124 0 124 103 1 534 141 71
Binary 11111100 101001 1010100 0 1010100 1000011 1 101011100 1100001 111001

Color Harmonies of #FC2954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2954

Black with #FC2954

Text Example


Text Example

White with #FC2954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2954; }

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

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

background-color css

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

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

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

border-color css

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

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

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