Html Css Color HEX #FC464E Radical Red

📋 copy color: '#FC464E'

red 252 ◦ green 70 ◦ blue 78

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

Shades of Radical Red #FC464E

Tints of Radical Red #FC464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 63%
G = 17.5%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC464E (or 0xFC464E) is known color: Radical Red. HEX triplet: FC, 46 and 4E. RGB value is (252,70,78). Sum of RGB (Red+Green+Blue) = 252+70+78=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC464E is #03B9B1. Grayscale: #7D7D7D. Windows color (decimal): -244146 or 5129980. OLE color: 5129980.

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

Color convert

RGB 252 70 78 -
CMYK 0 0.72 0.69 0.01
HSL 357.36º 0.97% 0.63% -
HSV(B) 357.36º 0.72% 0.99% -
XYZ 43.71 25.63 9.85 -
YUV 125.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 252 70 78 0 0.72 0.69 0.01 357.36 0.97 0.63
Hex FC 46 4E 0 48 45 1 165 61 3F
Octal 374 106 116 0 110 105 1 545 141 77
Binary 11111100 1000110 1001110 0 1001000 1000101 1 101100101 1100001 111111

Color Harmonies of #FC464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC464E

Black with #FC464E

Text Example


Text Example

White with #FC464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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