#F9354F

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

Shades of Radical Red #F9354F

Tints of Radical Red #F9354F

Color information

#F9354F (or 0xF9354F) is unknown color: approx Radical Red. HEX triplet: F9, 35 and 4F. RGB value is (249,53,79). Sum of RGB (Red+Green+Blue) = 249+53+79=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9354F is #06CAB0. Grayscale: #727272. Windows color (decimal): -445105 or 5191161. OLE color: 5191161.

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

Color convert

RGB2495379-
CMYK00.790.680.02
HSL352.04º94.23%59.22%-
HSV(B)352.04º78.71%97.65%-
XYZ41.7523.259.68-
YUV114.57107.93223.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.35%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=65.35%
G=13.91%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249537900.790.680.02352.0494.2359.22
HexF9354F04F4421605e3b
Octal371651170117104254013673
Binary111110011101011001111010011111000100101011000001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9354F; }

 p { color: rgb(249,53,79); }

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

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

 a { background-color: rgb(249,53,79); }

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

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

 span { border-color: rgb(249,53,79); }

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