#F1375F

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

Shades of Radical Red #F1375F

Tints of Radical Red #F1375F

Color information

#F1375F (or 0xF1375F) is unknown color: approx Radical Red. HEX triplet: F1, 37 and 5F. RGB value is (241,55,95). Sum of RGB (Red+Green+Blue) = 241+55+95=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1375F is #0EC8A0. Grayscale: #737373. Windows color (decimal): -968865 or 6240241. OLE color: 6240241.

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

Color convert

RGB2415595-
CMYK00.770.610.05
HSL347.1º86.92%58.04%-
HSV(B)347.1º77.18%94.51%-
XYZ39.7122.2613.03-
YUV115.17116.62217.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.64%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=61.64%
G=14.07%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241559500.770.610.05347.186.9258.04
HexF1375F04D3D515b573a
Octal36167137011575553312772
Binary111100011101111011111010011011111011011010110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1375F; }

 p { color: rgb(241,55,95); }

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

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

 a { background-color: rgb(241,55,95); }

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

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

 span { border-color: rgb(241,55,95); }

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