#F14757

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

Shades of Radical Red #F14757

Tints of Radical Red #F14757

Color information

#F14757 (or 0xF14757) is unknown color: approx Radical Red. HEX triplet: F1, 47 and 57. RGB value is (241,71,87). Sum of RGB (Red+Green+Blue) = 241+71+87=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F14757 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14757 is #0EB8A8. Grayscale: #7B7B7B. Windows color (decimal): -964777 or 5720049. OLE color: 5720049.

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

Color convert

RGB2417187-
CMYK00.710.640.05
HSL354.35º85.86%61.18%-
HSV(B)354.35º70.54%94.51%-
XYZ40.2523.911.51-
YUV123.65107.32211.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.40%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=60.40%
G=17.79%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241718700.710.640.05354.3585.8661.18
HexF14757047405162563d
Octal3611071270107100554212675
Binary11110001100011110101110100011110000001011011000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14757; }

 p { color: rgb(241,71,87); }

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

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

 a { background-color: rgb(241,71,87); }

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

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

 span { border-color: rgb(241,71,87); }

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