Html Css Color HEX #FC384E Radical Red

📋 copy color: '#FC384E'

red 252 ◦ green 56 ◦ blue 78

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

Shades of Radical Red #FC384E

Tints of Radical Red #FC384E

RGB

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

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

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

R = 65.28%
G = 14.51%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC384E (or 0xFC384E) is known color: Radical Red. HEX triplet: FC, 38 and 4E. RGB value is (252,56,78). Sum of RGB (Red+Green+Blue) = 252+56+78=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC384E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC384E is #03C7B1. Grayscale: #757575. Windows color (decimal): -247730 or 5126396. OLE color: 5126396.

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

Color convert

RGB 252 56 78 -
CMYK 0 0.78 0.69 0.01
HSL 353.27º 0.97% 0.6% -
HSV(B) 353.27º 0.78% 0.99% -
XYZ 42.93 24.07 9.59 -
YUV 117.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 252 56 78 0 0.78 0.69 0.01 353.27 0.97 0.6
Hex FC 38 4E 0 4E 45 1 161 61 3C
Octal 374 70 116 0 116 105 1 541 141 74
Binary 11111100 111000 1001110 0 1001110 1000101 1 101100001 1100001 111100

Color Harmonies of #FC384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC384E

Black with #FC384E

Text Example


Text Example

White with #FC384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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