#F64161

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

Shades of Radical Red #F64161

Tints of Radical Red #F64161

Color information

#F64161 (or 0xF64161) is unknown color: approx Radical Red. HEX triplet: F6, 41 and 61. RGB value is (246,65,97). Sum of RGB (Red+Green+Blue) = 246+65+97=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F64161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64161 is #09BE9E. Grayscale: #7A7A7A. Windows color (decimal): -638623 or 6373878. OLE color: 6373878.

HSL color Cylindrical-coordinate representation of color #F64161: hue angle of 349.39º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64161 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2466597-
CMYK00.740.610.04
HSL349.39º90.95%60.98%-
HSV(B)349.39º73.58%96.47%-
XYZ42.0524.2413.77-
YUV122.77113.47215.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60.29%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=60.29%
G=15.93%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246659700.740.610.04349.3990.9560.98
HexF6416104A3D415d5b3d
Octal366101141011275453513375
Binary1111011010000011100001010010101111011001010111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64161; }

 p { color: rgb(246,65,97); }

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

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

 a { background-color: rgb(246,65,97); }

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

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

 span { border-color: rgb(246,65,97); }

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