Html Css Color HEX #FC304E Radical Red

📋 copy color: '#FC304E'

red 252 ◦ green 48 ◦ blue 78

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

Shades of Radical Red #FC304E

Tints of Radical Red #FC304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.7%

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

R = 66.67%
G = 12.7%
B = 20.63%

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

#FC304E (or 0xFC304E) is known color: Radical Red. HEX triplet: FC, 30 and 4E. RGB value is (252,48,78). Sum of RGB (Red+Green+Blue) = 252+48+78=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC304E is #03CFB1. Grayscale: #707070. Windows color (decimal): -249778 or 5124348. OLE color: 5124348.

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

Color convert

RGB 252 48 78 -
CMYK 0 0.81 0.69 0.01
HSL 351.18º 0.97% 0.59% -
HSV(B) 351.18º 0.81% 0.99% -
XYZ 42.58 23.36 9.47 -
YUV 112.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 252 48 78 0 0.81 0.69 0.01 351.18 0.97 0.59
Hex FC 30 4E 0 51 45 1 15F 61 3B
Octal 374 60 116 0 121 105 1 537 141 73
Binary 11111100 110000 1001110 0 1010001 1000101 1 101011111 1100001 111011

Color Harmonies of #FC304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC304E

Black with #FC304E

Text Example


Text Example

White with #FC304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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