Html Css Color HEX #FC505A Radical Red

📋 copy color: '#FC505A'

red 252 ◦ green 80 ◦ blue 90

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

Shades of Radical Red #FC505A

Tints of Radical Red #FC505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 59.72%
G = 18.96%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC505A (or 0xFC505A) is known color: Radical Red. HEX triplet: FC, 50 and 5A. RGB value is (252,80,90). Sum of RGB (Red+Green+Blue) = 252+80+90=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC505A is #03AFA5. Grayscale: #848484. Windows color (decimal): -241574 or 5918972. OLE color: 5918972.

HSL color Cylindrical-coordinate representation of color #FC505A: hue angle of 356.51º 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 #FC505A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 90 -
CMYK 0 0.68 0.64 0.01
HSL 356.51º 0.97% 0.65% -
HSV(B) 356.51º 0.68% 0.99% -
XYZ 44.86 27.17 12.55 -
YUV 132.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 252 80 90 0 0.68 0.64 0.01 356.51 0.97 0.65
Hex FC 50 5A 0 44 40 1 165 61 41
Octal 374 120 132 0 104 100 1 545 141 101
Binary 11111100 1010000 1011010 0 1000100 1000000 1 101100101 1100001 1000001

Color Harmonies of #FC505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC505A

Black with #FC505A

Text Example


Text Example

White with #FC505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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