Html Css Color HEX #FC3A60 Radical Red

📋 copy color: '#FC3A60'

red 252 ◦ green 58 ◦ blue 96

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

Shades of Radical Red #FC3A60

Tints of Radical Red #FC3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

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

R = 62.07%
G = 14.29%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC3A60 (or 0xFC3A60) is known color: Radical Red. HEX triplet: FC, 3A and 60. RGB value is (252,58,96). Sum of RGB (Red+Green+Blue) = 252+58+96=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A60 is #03C59F. Grayscale: #787878. Windows color (decimal): -247200 or 6306556. OLE color: 6306556.

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

Color convert

RGB 252 58 96 -
CMYK 0 0.77 0.62 0.01
HSL 348.25º 0.97% 0.61% -
HSV(B) 348.25º 0.77% 0.99% -
XYZ 43.77 24.57 13.5 -
YUV 120.34 114.27 221.91 -
System Red Green Blue C M Y K H S L
Decimal 252 58 96 0 0.77 0.62 0.01 348.25 0.97 0.61
Hex FC 3A 60 0 4D 3E 1 15C 61 3D
Octal 374 72 140 0 115 76 1 534 141 75
Binary 11111100 111010 1100000 0 1001101 111110 1 101011100 1100001 111101

Color Harmonies of #FC3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A60

Black with #FC3A60

Text Example


Text Example

White with #FC3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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