Html Css Color HEX #FC1959 Radical Red

📋 copy color: '#FC1959'

red 252 ◦ green 25 ◦ blue 89

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

Shades of Radical Red #FC1959

Tints of Radical Red #FC1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.83%

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

R = 68.85%
G = 6.83%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC1959 (or 0xFC1959) is known color: Radical Red. HEX triplet: FC, 19 and 59. RGB value is (252,25,89). Sum of RGB (Red+Green+Blue) = 252+25+89=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1959 is #03E6A6. Grayscale: #646464. Windows color (decimal): -255655 or 5839356. OLE color: 5839356.

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

Color convert

RGB 252 25 89 -
CMYK 0 0.90 0.65 0.01
HSL 343.08º 0.97% 0.54% -
HSV(B) 343.08º 0.9% 0.99% -
XYZ 42.3 22.11 11.49 -
YUV 100.17 121.71 236.3 -
System Red Green Blue C M Y K H S L
Decimal 252 25 89 0 0.90 0.65 0.01 343.08 0.97 0.54
Hex FC 19 59 0 5A 41 1 157 61 36
Octal 374 31 131 0 132 101 1 527 141 66
Binary 11111100 11001 1011001 0 1011010 1000001 1 101010111 1100001 110110

Color Harmonies of #FC1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1959

Black with #FC1959

Text Example


Text Example

White with #FC1959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1959; }

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

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

background-color css

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

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

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

border-color css

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

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

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