Html Css Color HEX #FC314E Radical Red

📋 copy color: '#FC314E'

red 252 ◦ green 49 ◦ blue 78

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

Shades of Radical Red #FC314E

Tints of Radical Red #FC314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

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

R = 66.49%
G = 12.93%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC314E (or 0xFC314E) is known color: Radical Red. HEX triplet: FC, 31 and 4E. RGB value is (252,49,78). Sum of RGB (Red+Green+Blue) = 252+49+78=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC314E is #03CEB1. Grayscale: #717171. Windows color (decimal): -249522 or 5124604. OLE color: 5124604.

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

Color convert

RGB 252 49 78 -
CMYK 0 0.81 0.69 0.01
HSL 351.43º 0.97% 0.59% -
HSV(B) 351.43º 0.81% 0.99% -
XYZ 42.62 23.44 9.49 -
YUV 113 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 252 49 78 0 0.81 0.69 0.01 351.43 0.97 0.59
Hex FC 31 4E 0 51 45 1 15F 61 3B
Octal 374 61 116 0 121 105 1 537 141 73
Binary 11111100 110001 1001110 0 1010001 1000101 1 101011111 1100001 111011

Color Harmonies of #FC314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC314E

Black with #FC314E

Text Example


Text Example

White with #FC314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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