Html Css Color HEX #FA505D Radical Red

📋 copy color: '#FA505D'

red 250 ◦ green 80 ◦ blue 93

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

Shades of Radical Red #FA505D

Tints of Radical Red #FA505D

RGB

 RED value IS 250 (98.05% from 255) = 59.1%

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

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

R = 59.1%
G = 18.91%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA505D (or 0xFA505D) is known color: Radical Red. HEX triplet: FA, 50 and 5D. RGB value is (250,80,93). Sum of RGB (Red+Green+Blue) = 250+80+93=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA505D is #05AFA2. Grayscale: #848484. Windows color (decimal): -372643 or 6115578. OLE color: 6115578.

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

Color convert

RGB 250 80 93 -
CMYK 0 0.68 0.63 0.02
HSL 355.41º 0.94% 0.65% -
HSV(B) 355.41º 0.68% 0.98% -
XYZ 44.27 26.85 13.21 -
YUV 132.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 250 80 93 0 0.68 0.63 0.02 355.41 0.94 0.65
Hex FA 50 5D 0 44 3F 2 163 5E 41
Octal 372 120 135 0 104 77 2 543 136 101
Binary 11111010 1010000 1011101 0 1000100 111111 10 101100011 1011110 1000001

Color Harmonies of #FA505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA505D

Black with #FA505D

Text Example


Text Example

White with #FA505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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