#F14066

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

Shades of Radical Red #F14066

Tints of Radical Red #F14066

Color information

#F14066 (or 0xF14066) is unknown color: approx Radical Red. HEX triplet: F1, 40 and 66. RGB value is (241,64,102). Sum of RGB (Red+Green+Blue) = 241+64+102=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F14066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14066 is #0EBF99. Grayscale: #797979. Windows color (decimal): -966554 or 6701297. OLE color: 6701297.

HSL color Cylindrical-coordinate representation of color #F14066: hue angle of 347.12º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14066 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB24164102-
CMYK00.730.580.05
HSL347.12º86.34%59.8%-
HSV(B)347.12º73.44%94.51%-
XYZ40.5123.3314.94-
YUV121.26117.14213.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=59.21%
G=15.72%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416410200.730.580.05347.1286.3459.8
HexF140660493A515b563c
Octal361100146011172553312674
Binary1111000110000001100110010010011110101011010110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14066; }

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

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

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

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

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

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

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

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