Html Css Color HEX #FC505D Radical Red

📋 copy color: '#FC505D'

red 252 ◦ green 80 ◦ blue 93

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

Shades of Radical Red #FC505D

Tints of Radical Red #FC505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 59.29%
G = 18.82%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC505D (or 0xFC505D) is known color: Radical Red. HEX triplet: FC, 50 and 5D. RGB value is (252,80,93). Sum of RGB (Red+Green+Blue) = 252+80+93=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC505D is #03AFA2. Grayscale: #858585. Windows color (decimal): -241571 or 6115580. OLE color: 6115580.

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

Color convert

RGB 252 80 93 -
CMYK 0 0.68 0.63 0.01
HSL 355.47º 0.97% 0.65% -
HSV(B) 355.47º 0.68% 0.99% -
XYZ 44.99 27.22 13.24 -
YUV 132.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 252 80 93 0 0.68 0.63 0.01 355.47 0.97 0.65
Hex FC 50 5D 0 44 3F 1 163 61 41
Octal 374 120 135 0 104 77 1 543 141 101
Binary 11111100 1010000 1011101 0 1000100 111111 1 101100011 1100001 1000001

Color Harmonies of #FC505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC505D

Black with #FC505D

Text Example


Text Example

White with #FC505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC505D; }

 p { color: rgb(252,80,93); }

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

background-color css

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

 a { background-color: rgb(252,80,93); }

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

border-color css

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

 span { border-color: rgb(252,80,93); }

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