Html Css Color HEX #FC4C55 Radical Red

📋 copy color: '#FC4C55'

red 252 ◦ green 76 ◦ blue 85

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

Shades of Radical Red #FC4C55

Tints of Radical Red #FC4C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 61.02%
G = 18.4%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC4C55 (or 0xFC4C55) is known color: Radical Red. HEX triplet: FC, 4C and 55. RGB value is (252,76,85). Sum of RGB (Red+Green+Blue) = 252+76+85=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C55 is #03B3AA. Grayscale: #818181. Windows color (decimal): -242603 or 5590268. OLE color: 5590268.

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

Color convert

RGB 252 76 85 -
CMYK 0 0.70 0.66 0.01
HSL 356.93º 0.97% 0.64% -
HSV(B) 356.93º 0.7% 0.99% -
XYZ 44.37 26.52 11.37 -
YUV 129.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 252 76 85 0 0.70 0.66 0.01 356.93 0.97 0.64
Hex FC 4C 55 0 46 42 1 165 61 40
Octal 374 114 125 0 106 102 1 545 141 100
Binary 11111100 1001100 1010101 0 1000110 1000010 1 101100101 1100001 1000000

Color Harmonies of #FC4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C55

Black with #FC4C55

Text Example


Text Example

White with #FC4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C55; }

 p { color: rgb(252,76,85); }

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

background-color css

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

 a { background-color: rgb(252,76,85); }

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

border-color css

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

 span { border-color: rgb(252,76,85); }

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