#F9365E

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

Shades of Radical Red #F9365E

Tints of Radical Red #F9365E

Color information

#F9365E (or 0xF9365E) is unknown color: approx Radical Red. HEX triplet: F9, 36 and 5E. RGB value is (249,54,94). Sum of RGB (Red+Green+Blue) = 249+54+94=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F9365E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9365E is #06C9A1. Grayscale: #747474. Windows color (decimal): -444834 or 6174457. OLE color: 6174457.

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

Color convert

RGB2495494-
CMYK00.780.620.02
HSL347.69º94.2%59.41%-
HSV(B)347.69º78.31%97.65%-
XYZ42.4123.5912.91-
YUV116.86115.1222.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=62.72%
G=13.60%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249549400.780.620.02347.6994.259.41
HexF9365E04E3E215c5e3b
Octal37166136011676253413673
Binary11111001110110101111001001110111110101010111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9365E; }

 p { color: rgb(249,54,94); }

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

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

 a { background-color: rgb(249,54,94); }

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

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

 span { border-color: rgb(249,54,94); }

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