Html Css Color HEX #FC304C Radical Red

📋 copy color: '#FC304C'

red 252 ◦ green 48 ◦ blue 76

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

Shades of Radical Red #FC304C

Tints of Radical Red #FC304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 67.02%
G = 12.77%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC304C (or 0xFC304C) is known color: Radical Red. HEX triplet: FC, 30 and 4C. RGB value is (252,48,76). Sum of RGB (Red+Green+Blue) = 252+48+76=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC304C is #03CFB3. Grayscale: #707070. Windows color (decimal): -249780 or 4993276. OLE color: 4993276.

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

Color convert

RGB 252 48 76 -
CMYK 0 0.81 0.70 0.01
HSL 351.76º 0.97% 0.59% -
HSV(B) 351.76º 0.81% 0.99% -
XYZ 42.51 23.33 9.1 -
YUV 112.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 252 48 76 0 0.81 0.70 0.01 351.76 0.97 0.59
Hex FC 30 4C 0 51 46 1 160 61 3B
Octal 374 60 114 0 121 106 1 540 141 73
Binary 11111100 110000 1001100 0 1010001 1000110 1 101100000 1100001 111011

Color Harmonies of #FC304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC304C

Black with #FC304C

Text Example


Text Example

White with #FC304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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