#FF5057

Color #FF5057 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FF5057

Tints of Radical Red #FF5057

Color information

#FF5057 (or 0xFF5057) is unknown color: approx Radical Red. HEX triplet: FF, 50 and 57. RGB value is (255,80,87). Sum of RGB (Red+Green+Blue) = 255+80+87=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5057 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5057 is #00AFA8. Grayscale: #858585. Windows color (decimal): -44969 or 5722367. OLE color: 5722367.

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

Color convert

RGB2558087-
CMYK00.690.660
HSL357.6º100%65.69%-
HSV(B)357.6º68.63%100%-
XYZ45.8327.6911.95-
YUV133.12101.98214.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.43%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=60.43%
G=18.96%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255808700.690.660357.610065.69
HexFF50570454201666442
Octal37712012701051020546144102
Binary1111111110100001010111010001011000010010110011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5057; }

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

 H1.HeaderClassName
 {
   color: #FF5057;
 }
 .AnyTagClassName
 {
   color: #FF5057;
 }
</style>
background-color css

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

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

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

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

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

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