#F94467

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

Shades of Radical Red #F94467

Tints of Radical Red #F94467

Color information

#F94467 (or 0xF94467) is unknown color: approx Radical Red. HEX triplet: F9, 44 and 67. RGB value is (249,68,103). Sum of RGB (Red+Green+Blue) = 249+68+103=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F94467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94467 is #06BB98. Grayscale: #7E7E7E. Windows color (decimal): -441241 or 6767865. OLE color: 6767865.

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

Color convert

RGB24968103-
CMYK00.730.590.02
HSL348.4º93.78%62.16%-
HSV(B)348.4º72.69%97.65%-
XYZ43.5825.2515.41-
YUV126.11114.97215.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.29%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=59.29%
G=16.19%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496810300.730.590.02348.493.7862.16
HexF944670493B215c5e3e
Octal371104147011173253413676
Binary111110011000100110011101001001111011101010111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94467; }

 p { color: rgb(249,68,103); }

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

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

 a { background-color: rgb(249,68,103); }

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

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

 span { border-color: rgb(249,68,103); }

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