#F94169

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

Shades of Radical Red #F94169

Tints of Radical Red #F94169

Color information

#F94169 (or 0xF94169) is unknown color: approx Radical Red. HEX triplet: F9, 41 and 69. RGB value is (249,65,105). Sum of RGB (Red+Green+Blue) = 249+65+105=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F94169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94169 is #06BE96. Grayscale: #7C7C7C. Windows color (decimal): -442007 or 6898169. OLE color: 6898169.

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

Color convert

RGB24965105-
CMYK00.740.580.02
HSL346.96º93.88%61.57%-
HSV(B)346.96º73.9%97.65%-
XYZ43.5124.9415.89-
YUV124.58116.96216.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.43%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=59.43%
G=15.51%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496510500.740.580.02346.9693.8861.57
HexF9416904A3A215b5e3e
Octal371101151011272253313676
Binary111110011000001110100101001010111010101010110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94169; }

 p { color: rgb(249,65,105); }

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

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

 a { background-color: rgb(249,65,105); }

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

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

 span { border-color: rgb(249,65,105); }

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