Html Css Color HEX #FC4D5B Radical Red

📋 copy color: '#FC4D5B'

red 252 ◦ green 77 ◦ blue 91

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

Shades of Radical Red #FC4D5B

Tints of Radical Red #FC4D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 60%
G = 18.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC4D5B (or 0xFC4D5B) is known color: Radical Red. HEX triplet: FC, 4D and 5B. RGB value is (252,77,91). Sum of RGB (Red+Green+Blue) = 252+77+91=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D5B is #03B2A4. Grayscale: #838383. Windows color (decimal): -242341 or 5983740. OLE color: 5983740.

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

Color convert

RGB 252 77 91 -
CMYK 0 0.69 0.64 0.01
HSL 355.2º 0.97% 0.65% -
HSV(B) 355.2º 0.69% 0.99% -
XYZ 44.69 26.76 12.71 -
YUV 130.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 252 77 91 0 0.69 0.64 0.01 355.2 0.97 0.65
Hex FC 4D 5B 0 45 40 1 163 61 41
Octal 374 115 133 0 105 100 1 543 141 101
Binary 11111100 1001101 1011011 0 1000101 1000000 1 101100011 1100001 1000001

Color Harmonies of #FC4D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D5B

Black with #FC4D5B

Text Example


Text Example

White with #FC4D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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