#F14A66

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

Shades of Radical Red #F14A66

Tints of Radical Red #F14A66

Color information

#F14A66 (or 0xF14A66) is unknown color: approx Radical Red. HEX triplet: F1, 4A and 66. RGB value is (241,74,102). Sum of RGB (Red+Green+Blue) = 241+74+102=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A66 is #0EB599. Grayscale: #7F7F7F. Windows color (decimal): -963994 or 6703857. OLE color: 6703857.

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

Color convert

RGB24174102-
CMYK00.690.580.05
HSL349.94º85.64%61.76%-
HSV(B)349.94º69.29%94.51%-
XYZ41.1224.5615.14-
YUV127.12113.83209.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=57.79%
G=17.75%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417410200.690.580.05349.9485.6461.76
HexF14A660453A515e563e
Octal361112146010572553612676
Binary1111000110010101100110010001011110101011010111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A66; }

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

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

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

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

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

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

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

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