Html Css Color HEX #FC304F Radical Red

📋 copy color: '#FC304F'

red 252 ◦ green 48 ◦ blue 79

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

Shades of Radical Red #FC304F

Tints of Radical Red #FC304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 66.49%
G = 12.66%
B = 20.84%

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

#FC304F (or 0xFC304F) is known color: Radical Red. HEX triplet: FC, 30 and 4F. RGB value is (252,48,79). Sum of RGB (Red+Green+Blue) = 252+48+79=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC304F is #03CFB0. Grayscale: #707070. Windows color (decimal): -249777 or 5189884. OLE color: 5189884.

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

Color convert

RGB 252 48 79 -
CMYK 0 0.81 0.69 0.01
HSL 350.88º 0.97% 0.59% -
HSV(B) 350.88º 0.81% 0.99% -
XYZ 42.61 23.37 9.66 -
YUV 112.53 109.09 227.48 -
System Red Green Blue C M Y K H S L
Decimal 252 48 79 0 0.81 0.69 0.01 350.88 0.97 0.59
Hex FC 30 4F 0 51 45 1 15F 61 3B
Octal 374 60 117 0 121 105 1 537 141 73
Binary 11111100 110000 1001111 0 1010001 1000101 1 101011111 1100001 111011

Color Harmonies of #FC304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC304F

Black with #FC304F

Text Example


Text Example

White with #FC304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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