Html Css Color HEX #FC1C55 Radical Red

📋 copy color: '#FC1C55'

red 252 ◦ green 28 ◦ blue 85

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

Shades of Radical Red #FC1C55

Tints of Radical Red #FC1C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 69.04%
G = 7.67%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC1C55 (or 0xFC1C55) is known color: Radical Red. HEX triplet: FC, 1C and 55. RGB value is (252,28,85). Sum of RGB (Red+Green+Blue) = 252+28+85=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C55 is #03E3AA. Grayscale: #656565. Windows color (decimal): -254891 or 5577980. OLE color: 5577980.

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

Color convert

RGB 252 28 85 -
CMYK 0 0.89 0.66 0.01
HSL 344.73º 0.97% 0.55% -
HSV(B) 344.73º 0.89% 0.99% -
XYZ 42.2 22.18 10.65 -
YUV 101.47 118.71 235.37 -
System Red Green Blue C M Y K H S L
Decimal 252 28 85 0 0.89 0.66 0.01 344.73 0.97 0.55
Hex FC 1C 55 0 59 42 1 159 61 37
Octal 374 34 125 0 131 102 1 531 141 67
Binary 11111100 11100 1010101 0 1011001 1000010 1 101011001 1100001 110111

Color Harmonies of #FC1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C55

Black with #FC1C55

Text Example


Text Example

White with #FC1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C55; }

 p { color: rgb(252,28,85); }

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

background-color css

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

 a { background-color: rgb(252,28,85); }

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

border-color css

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

 span { border-color: rgb(252,28,85); }

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