#F14C63

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

Shades of Radical Red #F14C63

Tints of Radical Red #F14C63

Color information

#F14C63 (or 0xF14C63) is unknown color: approx Radical Red. HEX triplet: F1, 4C and 63. RGB value is (241,76,99). Sum of RGB (Red+Green+Blue) = 241+76+99=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C63 is #0EB39C. Grayscale: #808080. Windows color (decimal): -963485 or 6507761. OLE color: 6507761.

HSL color Cylindrical-coordinate representation of color #F14C63: hue angle of 351.64º 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 #F14C63 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB2417699-
CMYK00.680.590.05
HSL351.64º85.49%62.16%-
HSV(B)351.64º68.46%94.51%-
XYZ41.1124.7714.42-
YUV127.96111.66208.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=57.93%
G=18.27%
B=23.80%

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
Decimal241769900.680.590.05351.6485.4962.16
HexF14C630443B5160553e
Octal361114143010473554012576
Binary1111000110011001100011010001001110111011011000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C63; }

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

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

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

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

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

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

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

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