Html Css Color HEX #FC1E55 Radical Red

📋 copy color: '#FC1E55'

red 252 ◦ green 30 ◦ blue 85

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

Shades of Radical Red #FC1E55

Tints of Radical Red #FC1E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

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

R = 68.66%
G = 8.17%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC1E55 (or 0xFC1E55) is known color: Radical Red. HEX triplet: FC, 1E and 55. RGB value is (252,30,85). Sum of RGB (Red+Green+Blue) = 252+30+85=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E55 is #03E1AA. Grayscale: #666666. Windows color (decimal): -254379 or 5578492. OLE color: 5578492.

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

Color convert

RGB 252 30 85 -
CMYK 0 0.88 0.66 0.01
HSL 345.14º 0.97% 0.55% -
HSV(B) 345.14º 0.88% 0.99% -
XYZ 42.25 22.28 10.67 -
YUV 102.65 118.05 234.53 -
System Red Green Blue C M Y K H S L
Decimal 252 30 85 0 0.88 0.66 0.01 345.14 0.97 0.55
Hex FC 1E 55 0 58 42 1 159 61 37
Octal 374 36 125 0 130 102 1 531 141 67
Binary 11111100 11110 1010101 0 1011000 1000010 1 101011001 1100001 110111

Color Harmonies of #FC1E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E55

Black with #FC1E55

Text Example


Text Example

White with #FC1E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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