Html Css Color HEX #FC4851 Radical Red

📋 copy color: '#FC4851'

red 252 ◦ green 72 ◦ blue 81

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

Shades of Radical Red #FC4851

Tints of Radical Red #FC4851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 81 (32.03% from 255) = 20%

R = 62.22%
G = 17.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC4851 (or 0xFC4851) is known color: Radical Red. HEX triplet: FC, 48 and 51. RGB value is (252,72,81). Sum of RGB (Red+Green+Blue) = 252+72+81=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4851 is #03B7AE. Grayscale: #7E7E7E. Windows color (decimal): -243631 or 5327100. OLE color: 5327100.

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

Color convert

RGB 252 72 81 -
CMYK 0 0.71 0.68 0.01
HSL 357º 0.97% 0.64% -
HSV(B) 357º 0.71% 0.99% -
XYZ 43.95 25.92 10.47 -
YUV 126.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 252 72 81 0 0.71 0.68 0.01 357 0.97 0.64
Hex FC 48 51 0 47 44 1 165 61 40
Octal 374 110 121 0 107 104 1 545 141 100
Binary 11111100 1001000 1010001 0 1000111 1000100 1 101100101 1100001 1000000

Color Harmonies of #FC4851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4851

Black with #FC4851

Text Example


Text Example

White with #FC4851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4851; }

 p { color: rgb(252,72,81); }

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

background-color css

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

 a { background-color: rgb(252,72,81); }

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

border-color css

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

 span { border-color: rgb(252,72,81); }

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