#F54066

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

Shades of Radical Red #F54066

Tints of Radical Red #F54066

Color information

#F54066 (or 0xF54066) is unknown color: approx Radical Red. HEX triplet: F5, 40 and 66. RGB value is (245,64,102). Sum of RGB (Red+Green+Blue) = 245+64+102=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F54066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54066 is #0ABF99. Grayscale: #7A7A7A. Windows color (decimal): -704410 or 6701301. OLE color: 6701301.

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

Color convert

RGB24564102-
CMYK00.740.580.04
HSL347.4º90.05%60.59%-
HSV(B)347.4º73.88%96.08%-
XYZ41.8924.0415-
YUV122.45116.47215.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=59.61%
G=15.57%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456410200.740.580.04347.490.0560.59
HexF5406604A3A415b5a3d
Octal365100146011272453313275
Binary1111010110000001100110010010101110101001010110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54066; }

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

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

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

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

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

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

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

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