#F94255

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

Shades of Radical Red #F94255

Tints of Radical Red #F94255

Color information

#F94255 (or 0xF94255) is unknown color: approx Radical Red. HEX triplet: F9, 42 and 55. RGB value is (249,66,85). Sum of RGB (Red+Green+Blue) = 249+66+85=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F94255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94255 is #06BDAA. Grayscale: #7A7A7A. Windows color (decimal): -441771 or 5587705. OLE color: 5587705.

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

Color convert

RGB2496685-
CMYK00.730.660.02
HSL353.77º93.85%61.76%-
HSV(B)353.77º73.49%97.65%-
XYZ42.6524.6911.11-
YUV122.88106.63217.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.25%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=62.25%
G=16.5%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249668500.730.660.02353.7793.8561.76
HexF942550494221625e3e
Octal3711021250111102254213676
Binary1111100110000101010101010010011000010101011000101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94255; }

 p { color: rgb(249,66,85); }

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

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

 a { background-color: rgb(249,66,85); }

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

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

 span { border-color: rgb(249,66,85); }

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