Html Css Color HEX #FC505E Radical Red

📋 copy color: '#FC505E'

red 252 ◦ green 80 ◦ blue 94

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

Shades of Radical Red #FC505E

Tints of Radical Red #FC505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 59.15%
G = 18.78%
B = 22.07%

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

#FC505E (or 0xFC505E) is known color: Radical Red. HEX triplet: FC, 50 and 5E. RGB value is (252,80,94). Sum of RGB (Red+Green+Blue) = 252+80+94=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC505E is #03AFA1. Grayscale: #858585. Windows color (decimal): -241570 or 6181116. OLE color: 6181116.

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

Color convert

RGB 252 80 94 -
CMYK 0 0.68 0.63 0.01
HSL 355.12º 0.97% 0.65% -
HSV(B) 355.12º 0.68% 0.99% -
XYZ 45.03 27.24 13.47 -
YUV 133.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 252 80 94 0 0.68 0.63 0.01 355.12 0.97 0.65
Hex FC 50 5E 0 44 3F 1 163 61 41
Octal 374 120 136 0 104 77 1 543 141 101
Binary 11111100 1010000 1011110 0 1000100 111111 1 101100011 1100001 1000001

Color Harmonies of #FC505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC505E

Black with #FC505E

Text Example


Text Example

White with #FC505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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