Html Css Color HEX #FC3C59 Radical Red

📋 copy color: '#FC3C59'

red 252 ◦ green 60 ◦ blue 89

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

Shades of Radical Red #FC3C59

Tints of Radical Red #FC3C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

 BLUE value IS 89 (35.16% from 255) = 22.19%

R = 62.84%
G = 14.96%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC3C59 (or 0xFC3C59) is known color: Radical Red. HEX triplet: FC, 3C and 59. RGB value is (252,60,89). Sum of RGB (Red+Green+Blue) = 252+60+89=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C59 is #03C3A6. Grayscale: #787878. Windows color (decimal): -246695 or 5848316. OLE color: 5848316.

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

Color convert

RGB 252 60 89 -
CMYK 0 0.76 0.65 0.01
HSL 350.94º 0.97% 0.61% -
HSV(B) 350.94º 0.76% 0.99% -
XYZ 43.56 24.65 11.91 -
YUV 120.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 252 60 89 0 0.76 0.65 0.01 350.94 0.97 0.61
Hex FC 3C 59 0 4C 41 1 15F 61 3D
Octal 374 74 131 0 114 101 1 537 141 75
Binary 11111100 111100 1011001 0 1001100 1000001 1 101011111 1100001 111101

Color Harmonies of #FC3C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C59

Black with #FC3C59

Text Example


Text Example

White with #FC3C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C59; }

 p { color: rgb(252,60,89); }

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

background-color css

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

 a { background-color: rgb(252,60,89); }

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

border-color css

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

 span { border-color: rgb(252,60,89); }

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