Html Css Color HEX #FC384C Radical Red

📋 copy color: '#FC384C'

red 252 ◦ green 56 ◦ blue 76

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

Shades of Radical Red #FC384C

Tints of Radical Red #FC384C

RGB

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

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

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

R = 65.63%
G = 14.58%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC384C (or 0xFC384C) is known color: Radical Red. HEX triplet: FC, 38 and 4C. RGB value is (252,56,76). Sum of RGB (Red+Green+Blue) = 252+56+76=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC384C is #03C7B3. Grayscale: #747474. Windows color (decimal): -247732 or 4995324. OLE color: 4995324.

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

Color convert

RGB 252 56 76 -
CMYK 0 0.78 0.70 0.01
HSL 353.88º 0.97% 0.6% -
HSV(B) 353.88º 0.78% 0.99% -
XYZ 42.86 24.05 9.22 -
YUV 116.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 252 56 76 0 0.78 0.70 0.01 353.88 0.97 0.6
Hex FC 38 4C 0 4E 46 1 162 61 3C
Octal 374 70 114 0 116 106 1 542 141 74
Binary 11111100 111000 1001100 0 1001110 1000110 1 101100010 1100001 111100

Color Harmonies of #FC384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC384C

Black with #FC384C

Text Example


Text Example

White with #FC384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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