#F94050

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

Shades of Radical Red #F94050

Tints of Radical Red #F94050

Color information

#F94050 (or 0xF94050) is unknown color: approx Radical Red. HEX triplet: F9, 40 and 50. RGB value is (249,64,80). Sum of RGB (Red+Green+Blue) = 249+64+80=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F94050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94050 is #06BFAF. Grayscale: #797979. Windows color (decimal): -442288 or 5259513. OLE color: 5259513.

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

Color convert

RGB2496480-
CMYK00.740.680.02
HSL354.81º93.91%61.37%-
HSV(B)354.81º74.3%97.65%-
XYZ42.3524.3910.06-
YUV121.14104.79219.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.36%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=63.36%
G=16.28%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249648000.740.680.02354.8193.9161.37
HexF9405004A4421635e3d
Octal3711001200112104254313675
Binary1111100110000001010000010010101000100101011000111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94050; }

 p { color: rgb(249,64,80); }

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

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

 a { background-color: rgb(249,64,80); }

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

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

 span { border-color: rgb(249,64,80); }

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