#F14365

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

Shades of Radical Red #F14365

Tints of Radical Red #F14365

Color information

#F14365 (or 0xF14365) is unknown color: approx Radical Red. HEX triplet: F1, 43 and 65. RGB value is (241,67,101). Sum of RGB (Red+Green+Blue) = 241+67+101=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F14365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14365 is #0EBC9A. Grayscale: #7A7A7A. Windows color (decimal): -965787 or 6636529. OLE color: 6636529.

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

Color convert

RGB24167101-
CMYK00.720.580.05
HSL348.28º86.14%60.39%-
HSV(B)348.28º72.2%94.51%-
XYZ40.6323.6514.74-
YUV122.9115.65212.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 67 (26.56% from 255) = 16.38%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=58.92%
G=16.38%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416710100.720.580.05348.2886.1460.39
HexF143650483A515c563c
Octal361103145011072553412674
Binary1111000110000111100101010010001110101011010111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14365; }

 p { color: rgb(241,67,101); }

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

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

 a { background-color: rgb(241,67,101); }

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

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

 span { border-color: rgb(241,67,101); }

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