#F64165

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

Shades of Radical Red #F64165

Tints of Radical Red #F64165

Color information

#F64165 (or 0xF64165) is unknown color: approx Radical Red. HEX triplet: F6, 41 and 65. RGB value is (246,65,101). Sum of RGB (Red+Green+Blue) = 246+65+101=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F64165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64165 is #09BE9A. Grayscale: #7B7B7B. Windows color (decimal): -638619 or 6636022. OLE color: 6636022.

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

Color convert

RGB24665101-
CMYK00.740.590.04
HSL348.07º90.95%60.98%-
HSV(B)348.07º73.58%96.47%-
XYZ42.2524.3114.78-
YUV123.22115.47215.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.71%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=59.71%
G=15.78%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466510100.740.590.04348.0790.9560.98
HexF6416504A3B415c5b3d
Octal366101145011273453413375
Binary1111011010000011100101010010101110111001010111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64165; }

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

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

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

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

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

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

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

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