Html Css Color HEX #FF505D Radical Red

📋 copy color: '#FF505D'

red 255 ◦ green 80 ◦ blue 93

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

Shades of Radical Red #FF505D

Tints of Radical Red #FF505D

RGB

 RED value IS 255 (100% from 255) = 59.58%

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

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

R = 59.58%
G = 18.69%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF505D (or 0xFF505D) is known color: Radical Red. HEX triplet: FF, 50 and 5D. RGB value is (255,80,93). Sum of RGB (Red+Green+Blue) = 255+80+93=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF505D is #00AFA2. Grayscale: #858585. Windows color (decimal): -44963 or 6115583. OLE color: 6115583.

HSL color Cylindrical-coordinate representation of color #FF505D: hue angle of 355.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF505D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 93 -
CMYK 0 0.69 0.64 0
HSL 355.54º 1% 0.66% -
HSV(B) 355.54º 0.69% 1% -
XYZ 46.08 27.79 13.29 -
YUV 133.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 255 80 93 0 0.69 0.64 0 355.54 1 0.66
Hex FF 50 5D 0 45 40 0 164 64 42
Octal 377 120 135 0 105 100 0 544 144 102
Binary 11111111 1010000 1011101 0 1000101 1000000 0 101100100 1100100 1000010

Color Harmonies of #FF505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF505D

Black with #FF505D

Text Example


Text Example

White with #FF505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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