#F94E54

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

Shades of Radical Red #F94E54

Tints of Radical Red #F94E54

Color information

#F94E54 (or 0xF94E54) is unknown color: approx Radical Red. HEX triplet: F9, 4E and 54. RGB value is (249,78,84). Sum of RGB (Red+Green+Blue) = 249+78+84=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E54 is #06B1AB. Grayscale: #818181. Windows color (decimal): -438700 or 5525241. OLE color: 5525241.

HSL color Cylindrical-coordinate representation of color #F94E54: hue angle of 357.89º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94E54 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB2497884-
CMYK00.690.660.02
HSL357.89º93.44%64.12%-
HSV(B)357.89º68.67%97.65%-
XYZ43.3926.2311.16-
YUV129.81102.15213.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.58%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=60.58%
G=18.98%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249788400.690.660.02357.8993.4464.12
HexF94E540454221665d40
Octal37111612401051022546135100
Binary11111001100111010101000100010110000101010110011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94E54; }

 p { color: rgb(249,78,84); }

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

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

 a { background-color: rgb(249,78,84); }

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

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

 span { border-color: rgb(249,78,84); }

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