Html Css Color HEX #FC5355 Radical Red

📋 copy color: '#FC5355'

red 252 ◦ green 83 ◦ blue 85

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

Shades of Radical Red #FC5355

Tints of Radical Red #FC5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 60%
G = 19.76%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC5355 (or 0xFC5355) is known color: Radical Red. HEX triplet: FC, 53 and 55. RGB value is (252,83,85). Sum of RGB (Red+Green+Blue) = 252+83+85=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5355 is #03ACAA. Grayscale: #858585. Windows color (decimal): -240811 or 5592060. OLE color: 5592060.

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

Color convert

RGB 252 83 85 -
CMYK 0 0.67 0.66 0.01
HSL 359.29º 0.97% 0.66% -
HSV(B) 359.29º 0.67% 0.99% -
XYZ 44.88 27.54 11.54 -
YUV 133.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 252 83 85 0 0.67 0.66 0.01 359.29 0.97 0.66
Hex FC 53 55 0 43 42 1 167 61 42
Octal 374 123 125 0 103 102 1 547 141 102
Binary 11111100 1010011 1010101 0 1000011 1000010 1 101100111 1100001 1000010

Color Harmonies of #FC5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5355

Black with #FC5355

Text Example


Text Example

White with #FC5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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