Html Css Color HEX #FC4047 Radical Red

📋 copy color: '#FC4047'

red 252 ◦ green 64 ◦ blue 71

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

Shades of Radical Red #FC4047

Tints of Radical Red #FC4047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.54%

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 65.12%
G = 16.54%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC4047 (or 0xFC4047) is known color: Radical Red. HEX triplet: FC, 40 and 47. RGB value is (252,64,71). Sum of RGB (Red+Green+Blue) = 252+64+71=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4047 is #03BFB8. Grayscale: #797979. Windows color (decimal): -245689 or 4669692. OLE color: 4669692.

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

Color convert

RGB 252 64 71 -
CMYK 0 0.75 0.72 0.01
HSL 357.77º 0.97% 0.62% -
HSV(B) 357.77º 0.75% 0.99% -
XYZ 43.12 24.82 8.48 -
YUV 121.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 252 64 71 0 0.75 0.72 0.01 357.77 0.97 0.62
Hex FC 40 47 0 4B 48 1 166 61 3E
Octal 374 100 107 0 113 110 1 546 141 76
Binary 11111100 1000000 1000111 0 1001011 1001000 1 101100110 1100001 111110

Color Harmonies of #FC4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4047

Black with #FC4047

Text Example


Text Example

White with #FC4047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4047; }

 p { color: rgb(252,64,71); }

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

background-color css

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

 a { background-color: rgb(252,64,71); }

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

border-color css

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

 span { border-color: rgb(252,64,71); }

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