#F94166

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

Shades of Radical Red #F94166

Tints of Radical Red #F94166

Color information

#F94166 (or 0xF94166) is unknown color: approx Radical Red. HEX triplet: F9, 41 and 66. RGB value is (249,65,102). Sum of RGB (Red+Green+Blue) = 249+65+102=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F94166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94166 is #06BE99. Grayscale: #7C7C7C. Windows color (decimal): -442010 or 6701561. OLE color: 6701561.

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

Color convert

RGB24965102-
CMYK00.740.590.02
HSL347.93º93.88%61.57%-
HSV(B)347.93º73.9%97.65%-
XYZ43.3624.8815.09-
YUV124.23115.46216.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.86%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=59.86%
G=15.62%
B=24.52%

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
Decimal2496510200.740.590.02347.9393.8861.57
HexF9416604A3B215c5e3e
Octal371101146011273253413676
Binary111110011000001110011001001010111011101010111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94166; }

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

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

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

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

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

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

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

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