#F93449

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

Shades of Radical Red #F93449

Tints of Radical Red #F93449

Color information

#F93449 (or 0xF93449) is unknown color: approx Radical Red. HEX triplet: F9, 34 and 49. RGB value is (249,52,73). Sum of RGB (Red+Green+Blue) = 249+52+73=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F93449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93449 is #06CBB6. Grayscale: #717171. Windows color (decimal): -445367 or 4797689. OLE color: 4797689.

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

Color convert

RGB2495273-
CMYK00.790.710.02
HSL353.6º94.26%59.02%-
HSV(B)353.6º79.12%97.65%-
XYZ41.523.088.57-
YUV113.3105.27224.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.58%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=66.58%
G=13.90%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249527300.790.710.02353.694.2659.02
HexF9344904F4721625e3b
Octal371641110117107254213673
Binary111110011101001001001010011111000111101011000101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93449; }

 p { color: rgb(249,52,73); }

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

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

 a { background-color: rgb(249,52,73); }

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

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

 span { border-color: rgb(249,52,73); }

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