Html Css Color HEX #FF505E Radical Red

📋 copy color: '#FF505E'

red 255 ◦ green 80 ◦ blue 94

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

Shades of Radical Red #FF505E

Tints of Radical Red #FF505E

RGB

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

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

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

R = 59.44%
G = 18.65%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF505E (or 0xFF505E) is known color: Radical Red. HEX triplet: FF, 50 and 5E. RGB value is (255,80,94). Sum of RGB (Red+Green+Blue) = 255+80+94=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF505E is #00AFA1. Grayscale: #868686. Windows color (decimal): -44962 or 6181119. OLE color: 6181119.

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

Color convert

RGB 255 80 94 -
CMYK 0 0.69 0.63 0
HSL 355.2º 1% 0.66% -
HSV(B) 355.2º 0.69% 1% -
XYZ 46.13 27.81 13.53 -
YUV 133.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 255 80 94 0 0.69 0.63 0 355.2 1 0.66
Hex FF 50 5E 0 45 3F 0 163 64 42
Octal 377 120 136 0 105 77 0 543 144 102
Binary 11111111 1010000 1011110 0 1000101 111111 0 101100011 1100100 1000010

Color Harmonies of #FF505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF505E

Black with #FF505E

Text Example


Text Example

White with #FF505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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