#F94369

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

Shades of Radical Red #F94369

Tints of Radical Red #F94369

Color information

#F94369 (or 0xF94369) is unknown color: approx Radical Red. HEX triplet: F9, 43 and 69. RGB value is (249,67,105). Sum of RGB (Red+Green+Blue) = 249+67+105=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F94369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94369 is #06BC96. Grayscale: #7D7D7D. Windows color (decimal): -441495 or 6898681. OLE color: 6898681.

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

Color convert

RGB24967105-
CMYK00.730.580.02
HSL347.47º93.81%61.96%-
HSV(B)347.47º73.09%97.65%-
XYZ43.6225.1715.92-
YUV125.75116.3215.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.14%
GREEN value IS 67 (26.56% from 255) = 15.91%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=59.14%
G=15.91%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496710500.730.580.02347.4793.8161.96
HexF943690493A215b5e3e
Octal371103151011172253313676
Binary111110011000011110100101001001111010101010110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94369; }

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

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

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

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

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

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

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

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