#F03963

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

Shades of Radical Red #F03963

Tints of Radical Red #F03963

Color information

#F03963 (or 0xF03963) is unknown color: approx Radical Red. HEX triplet: F0, 39 and 63. RGB value is (240,57,99). Sum of RGB (Red+Green+Blue) = 240+57+99=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F03963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03963 is #0FC69C. Grayscale: #747474. Windows color (decimal): -1033885 or 6502896. OLE color: 6502896.

HSL color Cylindrical-coordinate representation of color #F03963: hue angle of 346.23º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03963 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB2405799-
CMYK00.760.590.06
HSL346.23º85.92%58.24%-
HSV(B)346.23º76.25%94.12%-
XYZ39.6522.3514.03-
YUV116.5118.13216.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.61%
GREEN value IS 57 (22.66% from 255) = 14.39%
BLUE value IS 99 (39.06% from 255) = 25%
R=60.61%
G=14.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240579900.760.590.06346.2385.9258.24
HexF0396304C3B615a563a
Octal36071143011473653212672
Binary111100001110011100011010011001110111101010110101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03963; }

 p { color: rgb(240,57,99); }

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

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

 a { background-color: rgb(240,57,99); }

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

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

 span { border-color: rgb(240,57,99); }

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