#f14257

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

Shades of Radical Red #F14257

Tints of Radical Red #F14257

Color information

#F14257 (or 0xF14257) is unknown color: approx Radical Red. HEX triplet: F1, 42 and 57. RGB value is (241,66,87). Sum of RGB (Red+Green+Blue) = 241+66+87=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F14257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14257 is #0EBDA8. Grayscale: #787878. Windows color (decimal): -966057 or 5718769. OLE color: 5718769.

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

Color convert

RGB2416687-
CMYK00.730.640.05
HSL352.8º86.21%60.2%-
HSV(B)352.8º72.61%94.51%-
XYZ39.9423.2911.41-
YUV120.72108.98213.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.17%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=61.17%
G=16.75%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241668700.730.640.05352.886.2160.2
HexF14257049405161563c
Octal3611021270111100554112674
Binary11110001100001010101110100100110000001011011000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14257; }

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

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

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

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

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

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

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

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