#F54065

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

Shades of Radical Red #F54065

Tints of Radical Red #F54065

Color information

#F54065 (or 0xF54065) is unknown color: approx Radical Red. HEX triplet: F5, 40 and 65. RGB value is (245,64,101). Sum of RGB (Red+Green+Blue) = 245+64+101=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F54065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54065 is #0ABF9A. Grayscale: #7A7A7A. Windows color (decimal): -704411 or 6635765. OLE color: 6635765.

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

Color convert

RGB24564101-
CMYK00.740.590.04
HSL347.73º90.05%60.59%-
HSV(B)347.73º73.88%96.08%-
XYZ41.8424.0214.74-
YUV122.34115.97215.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.76%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=59.76%
G=15.61%
B=24.63%

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
Decimal2456410100.740.590.04347.7390.0560.59
HexF5406504A3B415c5a3d
Octal365100145011273453413275
Binary1111010110000001100101010010101110111001010111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54065; }

 p { color: rgb(245,64,101); }

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

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

 a { background-color: rgb(245,64,101); }

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

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

 span { border-color: rgb(245,64,101); }

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