Html Css Color HEX #FC2359 Radical Red

📋 copy color: '#FC2359'

red 252 ◦ green 35 ◦ blue 89

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

Shades of Radical Red #FC2359

Tints of Radical Red #FC2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.31%

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

R = 67.02%
G = 9.31%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC2359 (or 0xFC2359) is known color: Radical Red. HEX triplet: FC, 23 and 59. RGB value is (252,35,89). Sum of RGB (Red+Green+Blue) = 252+35+89=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2359 is #03DCA6. Grayscale: #6A6A6A. Windows color (decimal): -253095 or 5841916. OLE color: 5841916.

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

Color convert

RGB 252 35 89 -
CMYK 0 0.86 0.65 0.01
HSL 345.07º 0.97% 0.56% -
HSV(B) 345.07º 0.86% 0.99% -
XYZ 42.55 22.62 11.57 -
YUV 106.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 252 35 89 0 0.86 0.65 0.01 345.07 0.97 0.56
Hex FC 23 59 0 56 41 1 159 61 38
Octal 374 43 131 0 126 101 1 531 141 70
Binary 11111100 100011 1011001 0 1010110 1000001 1 101011001 1100001 111000

Color Harmonies of #FC2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2359

Black with #FC2359

Text Example


Text Example

White with #FC2359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2359; }

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

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

background-color css

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

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

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

border-color css

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

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

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