#F04063

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

Shades of Radical Red #F04063

Tints of Radical Red #F04063

Color information

#F04063 (or 0xF04063) is unknown color: approx Radical Red. HEX triplet: F0, 40 and 63. RGB value is (240,64,99). Sum of RGB (Red+Green+Blue) = 240+64+99=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F04063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04063 is #0FBF9C. Grayscale: #787878. Windows color (decimal): -1032093 or 6504688. OLE color: 6504688.

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

Color convert

RGB2406499-
CMYK00.730.590.06
HSL348.07º85.44%59.61%-
HSV(B)348.07º73.33%94.12%-
XYZ40.0223.0914.15-
YUV120.61115.81213.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.55%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=59.55%
G=15.88%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240649900.730.590.06348.0785.4459.61
HexF040630493B615c553c
Octal360100143011173653412574
Binary1111000010000001100011010010011110111101010111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04063; }

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

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

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

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

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

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

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

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