#F94A65

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

Shades of Radical Red #F94A65

Tints of Radical Red #F94A65

Color information

#F94A65 (or 0xF94A65) is unknown color: approx Radical Red. HEX triplet: F9, 4A and 65. RGB value is (249,74,101). Sum of RGB (Red+Green+Blue) = 249+74+101=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A65 is #06B59A. Grayscale: #818181. Windows color (decimal): -439707 or 6638329. OLE color: 6638329.

HSL color Cylindrical-coordinate representation of color #F94A65: hue angle of 350.74º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A65 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB24974101-
CMYK00.700.590.02
HSL350.74º93.58%63.33%-
HSV(B)350.74º70.28%97.65%-
XYZ43.8625.9815.01-
YUV129.4111.98213.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.73%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=58.73%
G=17.45%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497410100.700.590.02350.7493.5863.33
HexF94A650463B215f5e3f
Octal371112145010673253713677
Binary111110011001010110010101000110111011101010111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A65; }

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

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

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

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

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

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

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

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