#F94E53

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

Shades of Radical Red #F94E53

Tints of Radical Red #F94E53

Color information

#F94E53 (or 0xF94E53) is unknown color: approx Radical Red. HEX triplet: F9, 4E and 53. RGB value is (249,78,83). Sum of RGB (Red+Green+Blue) = 249+78+83=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E53 is #06B1AC. Grayscale: #818181. Windows color (decimal): -438701 or 5459705. OLE color: 5459705.

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

Color convert

RGB2497883-
CMYK00.690.670.02
HSL358.25º93.44%64.12%-
HSV(B)358.25º68.67%97.65%-
XYZ43.3526.2110.96-
YUV129.7101.65213.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.73%
GREEN value IS 78 (30.86% from 255) = 19.02%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=60.73%
G=19.02%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249788300.690.670.02358.2593.4464.12
HexF94E530454321665d40
Octal37111612301051032546135100
Binary11111001100111010100110100010110000111010110011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94E53; }

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

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

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

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

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

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

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

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