Html Css Color HEX #FC505B Radical Red

📋 copy color: '#FC505B'

red 252 ◦ green 80 ◦ blue 91

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

Shades of Radical Red #FC505B

Tints of Radical Red #FC505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 59.57%
G = 18.91%
B = 21.51%

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

#FC505B (or 0xFC505B) is known color: Radical Red. HEX triplet: FC, 50 and 5B. RGB value is (252,80,91). Sum of RGB (Red+Green+Blue) = 252+80+91=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC505B is #03AFA4. Grayscale: #848484. Windows color (decimal): -241573 or 5984508. OLE color: 5984508.

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

Color convert

RGB 252 80 91 -
CMYK 0 0.68 0.64 0.01
HSL 356.16º 0.97% 0.65% -
HSV(B) 356.16º 0.68% 0.99% -
XYZ 44.9 27.19 12.78 -
YUV 132.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 252 80 91 0 0.68 0.64 0.01 356.16 0.97 0.65
Hex FC 50 5B 0 44 40 1 164 61 41
Octal 374 120 133 0 104 100 1 544 141 101
Binary 11111100 1010000 1011011 0 1000100 1000000 1 101100100 1100001 1000001

Color Harmonies of #FC505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC505B

Black with #FC505B

Text Example


Text Example

White with #FC505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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