Html Css Color HEX #FC4054 Radical Red

📋 copy color: '#FC4054'

red 252 ◦ green 64 ◦ blue 84

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

Shades of Radical Red #FC4054

Tints of Radical Red #FC4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

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

R = 63%
G = 16%
B = 21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC4054 (or 0xFC4054) is known color: Radical Red. HEX triplet: FC, 40 and 54. RGB value is (252,64,84). Sum of RGB (Red+Green+Blue) = 252+64+84=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4054 is #03BFAB. Grayscale: #7A7A7A. Windows color (decimal): -245676 or 5521660. OLE color: 5521660.

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

Color convert

RGB 252 64 84 -
CMYK 0 0.75 0.67 0.01
HSL 353.62º 0.97% 0.62% -
HSV(B) 353.62º 0.75% 0.99% -
XYZ 43.58 25 10.92 -
YUV 122.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 252 64 84 0 0.75 0.67 0.01 353.62 0.97 0.62
Hex FC 40 54 0 4B 43 1 162 61 3E
Octal 374 100 124 0 113 103 1 542 141 76
Binary 11111100 1000000 1010100 0 1001011 1000011 1 101100010 1100001 111110

Color Harmonies of #FC4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4054

Black with #FC4054

Text Example


Text Example

White with #FC4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4054; }

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

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

background-color css

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

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

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

border-color css

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

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

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