#FF4060

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

Shades of Radical Red #FF4060

Tints of Radical Red #FF4060

Color information

#FF4060 (or 0xFF4060) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 60. RGB value is (255,64,96). Sum of RGB (Red+Green+Blue) = 255+64+96=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4060 is #00BF9F. Grayscale: #7C7C7C. Windows color (decimal): -49056 or 6308095. OLE color: 6308095.

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

Color convert

RGB2556496-
CMYK00.750.620
HSL349.95º100%62.55%-
HSV(B)349.95º74.9%100%-
XYZ45.1825.7713.66-
YUV124.76111.78220.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.45%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=61.45%
G=15.42%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255649600.750.620349.9510062.55
HexFF406004B3E015e643f
Octal377100140011376053614477
Binary11111111100000011000000100101111111001010111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4060; }

 p { color: rgb(255,64,96); }

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

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

 a { background-color: rgb(255,64,96); }

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

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

 span { border-color: rgb(255,64,96); }

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