#F0465F

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

Shades of Radical Red #F0465F

Tints of Radical Red #F0465F

Color information

#F0465F (or 0xF0465F) is unknown color: approx Radical Red. HEX triplet: F0, 46 and 5F. RGB value is (240,70,95). Sum of RGB (Red+Green+Blue) = 240+70+95=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0465F is #0FB9A0. Grayscale: #7B7B7B. Windows color (decimal): -1030561 or 6244080. OLE color: 6244080.

HSL color Cylindrical-coordinate representation of color #F0465F: hue angle of 351.18º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0465F is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB2407095-
CMYK00.710.600.06
HSL351.18º85%60.78%-
HSV(B)351.18º70.83%94.12%-
XYZ40.1923.7313.29-
YUV123.68111.82210.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=59.26%
G=17.28%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240709500.710.600.06351.188560.78
HexF0465F0473C615f553d
Octal360106137010774653712575
Binary1111000010001101011111010001111111001101010111111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0465F; }

 p { color: rgb(240,70,95); }

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

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

 a { background-color: rgb(240,70,95); }

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

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

 span { border-color: rgb(240,70,95); }

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