#f14c62

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

Shades of Radical Red #F14C62

Tints of Radical Red #F14C62

Color information

#F14C62 (or 0xF14C62) is unknown color: approx Radical Red. HEX triplet: F1, 4C and 62. RGB value is (241,76,98). Sum of RGB (Red+Green+Blue) = 241+76+98=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C62 is #0EB39D. Grayscale: #7F7F7F. Windows color (decimal): -963486 or 6442225. OLE color: 6442225.

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

Color convert

RGB2417698-
CMYK00.680.590.05
HSL352º85.49%62.16%-
HSV(B)352º68.46%94.51%-
XYZ41.0624.7514.17-
YUV127.84111.16208.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=58.07%
G=18.31%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241769800.680.590.0535285.4962.16
HexF14C620443B5160553e
Octal361114142010473554012576
Binary1111000110011001100010010001001110111011011000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14c62; }

 p { color: rgb(241,76,98); }

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

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

 a { background-color: rgb(241,76,98); }

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

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

 span { border-color: rgb(241,76,98); }

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