#F9394E

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

Shades of Radical Red #F9394E

Tints of Radical Red #F9394E

Color information

#F9394E (or 0xF9394E) is unknown color: approx Radical Red. HEX triplet: F9, 39 and 4E. RGB value is (249,57,78). Sum of RGB (Red+Green+Blue) = 249+57+78=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F9394E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9394E is #06C6B1. Grayscale: #747474. Windows color (decimal): -444082 or 5126649. OLE color: 5126649.

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

Color convert

RGB2495778-
CMYK00.770.690.02
HSL353.44º94.12%60%-
HSV(B)353.44º77.11%97.65%-
XYZ41.9123.629.56-
YUV116.8106.11222.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 64.84%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=64.84%
G=14.84%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249577800.770.690.02353.4494.1260
HexF9394E04D4521615e3c
Octal371711160115105254113674
Binary111110011110011001110010011011000101101011000011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9394E; }

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

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

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

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

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

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

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

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