Html Css Color HEX #FC394A Radical Red

📋 copy color: '#FC394A'

red 252 ◦ green 57 ◦ blue 74

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

Shades of Radical Red #FC394A

Tints of Radical Red #FC394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.88%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 65.8%
G = 14.88%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC394A (or 0xFC394A) is known color: Radical Red. HEX triplet: FC, 39 and 4A. RGB value is (252,57,74). Sum of RGB (Red+Green+Blue) = 252+57+74=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC394A is #03C6B5. Grayscale: #757575. Windows color (decimal): -247478 or 4864508. OLE color: 4864508.

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

Color convert

RGB 252 57 74 -
CMYK 0 0.77 0.71 0.01
HSL 354.77º 0.97% 0.61% -
HSV(B) 354.77º 0.77% 0.99% -
XYZ 42.84 24.12 8.88 -
YUV 117.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 252 57 74 0 0.77 0.71 0.01 354.77 0.97 0.61
Hex FC 39 4A 0 4D 47 1 163 61 3D
Octal 374 71 112 0 115 107 1 543 141 75
Binary 11111100 111001 1001010 0 1001101 1000111 1 101100011 1100001 111101

Color Harmonies of #FC394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC394A

Black with #FC394A

Text Example


Text Example

White with #FC394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC394A; }

 p { color: rgb(252,57,74); }

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

background-color css

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

 a { background-color: rgb(252,57,74); }

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

border-color css

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

 span { border-color: rgb(252,57,74); }

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