Html Css Color HEX #FC4A60 Radical Red

📋 copy color: '#FC4A60'

red 252 ◦ green 74 ◦ blue 96

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

Shades of Radical Red #FC4A60

Tints of Radical Red #FC4A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.54%

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

R = 59.72%
G = 17.54%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC4A60 (or 0xFC4A60) is known color: Radical Red. HEX triplet: FC, 4A and 60. RGB value is (252,74,96). Sum of RGB (Red+Green+Blue) = 252+74+96=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A60 is #03B59F. Grayscale: #818181. Windows color (decimal): -243104 or 6310652. OLE color: 6310652.

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

Color convert

RGB 252 74 96 -
CMYK 0 0.71 0.62 0.01
HSL 352.58º 0.97% 0.64% -
HSV(B) 352.58º 0.71% 0.99% -
XYZ 44.7 26.44 13.81 -
YUV 129.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 252 74 96 0 0.71 0.62 0.01 352.58 0.97 0.64
Hex FC 4A 60 0 47 3E 1 161 61 40
Octal 374 112 140 0 107 76 1 541 141 100
Binary 11111100 1001010 1100000 0 1000111 111110 1 101100001 1100001 1000000

Color Harmonies of #FC4A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A60

Black with #FC4A60

Text Example


Text Example

White with #FC4A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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