#F6494C

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

Shades of Radical Red #F6494C

Tints of Radical Red #F6494C

Color information

#F6494C (or 0xF6494C) is unknown color: approx Radical Red. HEX triplet: F6, 49 and 4C. RGB value is (246,73,76). Sum of RGB (Red+Green+Blue) = 246+73+76=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F6494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6494C is #09B6B3. Grayscale: #7D7D7D. Windows color (decimal): -636596 or 4999670. OLE color: 4999670.

HSL color Cylindrical-coordinate representation of color #F6494C: hue angle of 358.96º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6494C is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB2467376-
CMYK00.700.690.04
HSL358.96º90.58%62.55%-
HSV(B)358.96º70.33%96.47%-
XYZ41.6924.889.44-
YUV125.07100.31214.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 62.28%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=62.28%
G=18.48%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246737600.700.690.04358.9690.5862.55
HexF6494C0464541675b3f
Octal3661111140106105454713377
Binary11110110100100110011000100011010001011001011001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6494C; }

 p { color: rgb(246,73,76); }

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

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

 a { background-color: rgb(246,73,76); }

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

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

 span { border-color: rgb(246,73,76); }

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