Html Css Color HEX #FC384A Radical Red

📋 copy color: '#FC384A'

red 252 ◦ green 56 ◦ blue 74

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

Shades of Radical Red #FC384A

Tints of Radical Red #FC384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

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

R = 65.97%
G = 14.66%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC384A (or 0xFC384A) is known color: Radical Red. HEX triplet: FC, 38 and 4A. RGB value is (252,56,74). Sum of RGB (Red+Green+Blue) = 252+56+74=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC384A is #03C7B5. Grayscale: #747474. Windows color (decimal): -247734 or 4864252. OLE color: 4864252.

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

Color convert

RGB 252 56 74 -
CMYK 0 0.78 0.71 0.01
HSL 354.49º 0.97% 0.6% -
HSV(B) 354.49º 0.78% 0.99% -
XYZ 42.8 24.02 8.86 -
YUV 116.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 252 56 74 0 0.78 0.71 0.01 354.49 0.97 0.6
Hex FC 38 4A 0 4E 47 1 162 61 3C
Octal 374 70 112 0 116 107 1 542 141 74
Binary 11111100 111000 1001010 0 1001110 1000111 1 101100010 1100001 111100

Color Harmonies of #FC384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC384A

Black with #FC384A

Text Example


Text Example

White with #FC384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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