Html Css Color HEX #FC4D50 Radical Red

📋 copy color: '#FC4D50'

red 252 ◦ green 77 ◦ blue 80

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

Shades of Radical Red #FC4D50

Tints of Radical Red #FC4D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 61.61%
G = 18.83%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC4D50 (or 0xFC4D50) is known color: Radical Red. HEX triplet: FC, 4D and 50. RGB value is (252,77,80). Sum of RGB (Red+Green+Blue) = 252+77+80=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D50 is #03B2AF. Grayscale: #818181. Windows color (decimal): -242352 or 5262844. OLE color: 5262844.

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

Color convert

RGB 252 77 80 -
CMYK 0 0.69 0.68 0.01
HSL 358.97º 0.97% 0.65% -
HSV(B) 358.97º 0.69% 0.99% -
XYZ 44.25 26.58 10.39 -
YUV 129.67 99.98 215.26 -
System Red Green Blue C M Y K H S L
Decimal 252 77 80 0 0.69 0.68 0.01 358.97 0.97 0.65
Hex FC 4D 50 0 45 44 1 167 61 41
Octal 374 115 120 0 105 104 1 547 141 101
Binary 11111100 1001101 1010000 0 1000101 1000100 1 101100111 1100001 1000001

Color Harmonies of #FC4D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D50

Black with #FC4D50

Text Example


Text Example

White with #FC4D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D50; }

 p { color: rgb(252,77,80); }

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

background-color css

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

 a { background-color: rgb(252,77,80); }

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

border-color css

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

 span { border-color: rgb(252,77,80); }

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