Html Css Color HEX #FC4E60 Radical Red

📋 copy color: '#FC4E60'

red 252 ◦ green 78 ◦ blue 96

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

Shades of Radical Red #FC4E60

Tints of Radical Red #FC4E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.31%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 59.15%
G = 18.31%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC4E60 (or 0xFC4E60) is known color: Radical Red. HEX triplet: FC, 4E and 60. RGB value is (252,78,96). Sum of RGB (Red+Green+Blue) = 252+78+96=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E60 is #03B19F. Grayscale: #848484. Windows color (decimal): -242080 or 6311676. OLE color: 6311676.

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

Color convert

RGB 252 78 96 -
CMYK 0 0.69 0.62 0.01
HSL 353.79º 0.97% 0.65% -
HSV(B) 353.79º 0.69% 0.99% -
XYZ 44.98 26.99 13.9 -
YUV 132.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 252 78 96 0 0.69 0.62 0.01 353.79 0.97 0.65
Hex FC 4E 60 0 45 3E 1 162 61 41
Octal 374 116 140 0 105 76 1 542 141 101
Binary 11111100 1001110 1100000 0 1000101 111110 1 101100010 1100001 1000001

Color Harmonies of #FC4E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4E60

Black with #FC4E60

Text Example


Text Example

White with #FC4E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4E60; }

 p { color: rgb(252,78,96); }

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

background-color css

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

 a { background-color: rgb(252,78,96); }

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

border-color css

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

 span { border-color: rgb(252,78,96); }

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