Html Css Color HEX #FC4D5D Radical Red

📋 copy color: '#FC4D5D'

red 252 ◦ green 77 ◦ blue 93

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

Shades of Radical Red #FC4D5D

Tints of Radical Red #FC4D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 59.72%
G = 18.25%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC4D5D (or 0xFC4D5D) is known color: Radical Red. HEX triplet: FC, 4D and 5D. RGB value is (252,77,93). Sum of RGB (Red+Green+Blue) = 252+77+93=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D5D is #03B2A2. Grayscale: #838383. Windows color (decimal): -242339 or 6114812. OLE color: 6114812.

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

Color convert

RGB 252 77 93 -
CMYK 0 0.69 0.63 0.01
HSL 354.51º 0.97% 0.65% -
HSV(B) 354.51º 0.69% 0.99% -
XYZ 44.77 26.79 13.17 -
YUV 131.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 252 77 93 0 0.69 0.63 0.01 354.51 0.97 0.65
Hex FC 4D 5D 0 45 3F 1 163 61 41
Octal 374 115 135 0 105 77 1 543 141 101
Binary 11111100 1001101 1011101 0 1000101 111111 1 101100011 1100001 1000001

Color Harmonies of #FC4D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D5D

Black with #FC4D5D

Text Example


Text Example

White with #FC4D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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