#F94165

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

Shades of Radical Red #F94165

Tints of Radical Red #F94165

Color information

#F94165 (or 0xF94165) is unknown color: approx Radical Red. HEX triplet: F9, 41 and 65. RGB value is (249,65,101). Sum of RGB (Red+Green+Blue) = 249+65+101=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F94165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94165 is #06BE9A. Grayscale: #7C7C7C. Windows color (decimal): -442011 or 6636025. OLE color: 6636025.

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

Color convert

RGB24965101-
CMYK00.740.590.02
HSL348.26º93.88%61.57%-
HSV(B)348.26º73.9%97.65%-
XYZ43.3124.8614.83-
YUV124.12114.96217.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=60%
G=15.66%
B=24.34%

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
Decimal2496510100.740.590.02348.2693.8861.57
HexF9416504A3B215c5e3e
Octal371101145011273253413676
Binary111110011000001110010101001010111011101010111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94165; }

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

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

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

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

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

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

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

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