#F14C50

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

Shades of Radical Red #F14C50

Tints of Radical Red #F14C50

Color information

#F14C50 (or 0xF14C50) is unknown color: approx Radical Red. HEX triplet: F1, 4C and 50. RGB value is (241,76,80). Sum of RGB (Red+Green+Blue) = 241+76+80=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C50 is #0EB3AF. Grayscale: #7D7D7D. Windows color (decimal): -963504 or 5262577. OLE color: 5262577.

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

Color convert

RGB2417680-
CMYK00.680.670.05
HSL358.55º85.49%62.16%-
HSV(B)358.55º68.46%94.51%-
XYZ40.3124.4510.18-
YUV125.79102.16210.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=60.71%
G=19.14%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241768000.680.670.05358.5585.4962.16
HexF14C50044435167553e
Octal3611141200104103554712576
Binary11110001100110010100000100010010000111011011001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C50; }

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

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

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

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

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

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

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

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