Html Css Color HEX #FC3959 Radical Red

📋 copy color: '#FC3959'

red 252 ◦ green 57 ◦ blue 89

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

Shades of Radical Red #FC3959

Tints of Radical Red #FC3959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

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

R = 63.32%
G = 14.32%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC3959 (or 0xFC3959) is known color: Radical Red. HEX triplet: FC, 39 and 59. RGB value is (252,57,89). Sum of RGB (Red+Green+Blue) = 252+57+89=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3959 is #03C6A6. Grayscale: #777777. Windows color (decimal): -247463 or 5847548. OLE color: 5847548.

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

Color convert

RGB 252 57 89 -
CMYK 0 0.77 0.65 0.01
HSL 350.15º 0.97% 0.61% -
HSV(B) 350.15º 0.77% 0.99% -
XYZ 43.41 24.34 11.86 -
YUV 118.95 111.1 222.9 -
System Red Green Blue C M Y K H S L
Decimal 252 57 89 0 0.77 0.65 0.01 350.15 0.97 0.61
Hex FC 39 59 0 4D 41 1 15E 61 3D
Octal 374 71 131 0 115 101 1 536 141 75
Binary 11111100 111001 1011001 0 1001101 1000001 1 101011110 1100001 111101

Color Harmonies of #FC3959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3959

Black with #FC3959

Text Example


Text Example

White with #FC3959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3959; }

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

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

background-color css

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

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

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

border-color css

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

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

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