Html Css Color HEX #FC484E Radical Red

📋 copy color: '#FC484E'

red 252 ◦ green 72 ◦ blue 78

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

Shades of Radical Red #FC484E

Tints of Radical Red #FC484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

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

R = 62.69%
G = 17.91%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC484E (or 0xFC484E) is known color: Radical Red. HEX triplet: FC, 48 and 4E. RGB value is (252,72,78). Sum of RGB (Red+Green+Blue) = 252+72+78=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC484E is #03B7B1. Grayscale: #7E7E7E. Windows color (decimal): -243634 or 5130492. OLE color: 5130492.

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

Color convert

RGB 252 72 78 -
CMYK 0 0.71 0.69 0.01
HSL 358º 0.97% 0.64% -
HSV(B) 358º 0.71% 0.99% -
XYZ 43.84 25.88 9.89 -
YUV 126.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 252 72 78 0 0.71 0.69 0.01 358 0.97 0.64
Hex FC 48 4E 0 47 45 1 166 61 40
Octal 374 110 116 0 107 105 1 546 141 100
Binary 11111100 1001000 1001110 0 1000111 1000101 1 101100110 1100001 1000000

Color Harmonies of #FC484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC484E

Black with #FC484E

Text Example


Text Example

White with #FC484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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