#F94E55

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

Shades of Radical Red #F94E55

Tints of Radical Red #F94E55

Color information

#F94E55 (or 0xF94E55) is unknown color: approx Radical Red. HEX triplet: F9, 4E and 55. RGB value is (249,78,85). Sum of RGB (Red+Green+Blue) = 249+78+85=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E55 is #06B1AA. Grayscale: #828282. Windows color (decimal): -438699 or 5590777. OLE color: 5590777.

HSL color Cylindrical-coordinate representation of color #F94E55: hue angle of 357.54º 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 #F94E55 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB2497885-
CMYK00.690.660.02
HSL357.54º93.44%64.12%-
HSV(B)357.54º68.67%97.65%-
XYZ43.4326.2411.37-
YUV129.93102.65212.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.44%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=60.44%
G=18.93%
B=20.63%

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
Decimal249788500.690.660.02357.5493.4464.12
HexF94E550454221665d40
Octal37111612501051022546135100
Binary11111001100111010101010100010110000101010110011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94E55; }

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

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

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

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

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

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

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

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