#F94167

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

Shades of Radical Red #F94167

Tints of Radical Red #F94167

Color information

#F94167 (or 0xF94167) is unknown color: approx Radical Red. HEX triplet: F9, 41 and 67. RGB value is (249,65,103). Sum of RGB (Red+Green+Blue) = 249+65+103=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F94167 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94167 is #06BE98. Grayscale: #7C7C7C. Windows color (decimal): -442009 or 6767097. OLE color: 6767097.

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

Color convert

RGB24965103-
CMYK00.740.590.02
HSL347.61º93.88%61.57%-
HSV(B)347.61º73.9%97.65%-
XYZ43.4124.915.35-
YUV124.35115.96216.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.71%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=59.71%
G=15.59%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496510300.740.590.02347.6193.8861.57
HexF9416704A3B215c5e3e
Octal371101147011273253413676
Binary111110011000001110011101001010111011101010111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94167; }

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

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

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

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

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

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

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

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