Html Css Color HEX #FC4046 Radical Red

📋 copy color: '#FC4046'

red 252 ◦ green 64 ◦ blue 70

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

Shades of Radical Red #FC4046

Tints of Radical Red #FC4046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 65.28%
G = 16.58%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC4046 (or 0xFC4046) is known color: Radical Red. HEX triplet: FC, 40 and 46. RGB value is (252,64,70). Sum of RGB (Red+Green+Blue) = 252+64+70=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4046 is #03BFB9. Grayscale: #797979. Windows color (decimal): -245690 or 4604156. OLE color: 4604156.

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

Color convert

RGB 252 64 70 -
CMYK 0 0.75 0.72 0.01
HSL 358.09º 0.97% 0.62% -
HSV(B) 358.09º 0.75% 0.99% -
XYZ 43.08 24.8 8.31 -
YUV 120.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 252 64 70 0 0.75 0.72 0.01 358.09 0.97 0.62
Hex FC 40 46 0 4B 48 1 166 61 3E
Octal 374 100 106 0 113 110 1 546 141 76
Binary 11111100 1000000 1000110 0 1001011 1001000 1 101100110 1100001 111110

Color Harmonies of #FC4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4046

Black with #FC4046

Text Example


Text Example

White with #FC4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4046; }

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

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

background-color css

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

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

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

border-color css

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

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

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