#FF485E

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

Shades of Radical Red #FF485E

Tints of Radical Red #FF485E

Color information

#FF485E (or 0xFF485E) is unknown color: approx Radical Red. HEX triplet: FF, 48 and 5E. RGB value is (255,72,94). Sum of RGB (Red+Green+Blue) = 255+72+94=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF485E is #00B7A1. Grayscale: #818181. Windows color (decimal): -47010 or 6179071. OLE color: 6179071.

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

Color convert

RGB2557294-
CMYK00.720.630
HSL352.79º100%64.12%-
HSV(B)352.79º71.76%100%-
XYZ45.5826.713.34-
YUV129.22108.13217.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 72 (28.52% from 255) = 17.10%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=60.57%
G=17.10%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255729400.720.630352.7910064.12
HexFF485E0483F01616440
Octal3771101360110770541144100
Binary111111111001000101111001001000111111010110000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF485E; }

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

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

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

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

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

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

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

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