#F1395E

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

Shades of Radical Red #F1395E

Tints of Radical Red #F1395E

Color information

#F1395E (or 0xF1395E) is unknown color: approx Radical Red. HEX triplet: F1, 39 and 5E. RGB value is (241,57,94). Sum of RGB (Red+Green+Blue) = 241+57+94=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1395E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1395E is #0EC6A1. Grayscale: #747474. Windows color (decimal): -968354 or 6175217. OLE color: 6175217.

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

Color convert

RGB2415794-
CMYK00.760.610.05
HSL347.93º86.79%58.43%-
HSV(B)347.93º76.35%94.51%-
XYZ39.7622.4412.82-
YUV116.23115.46216.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=61.48%
G=14.54%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241579400.760.610.05347.9386.7958.43
HexF1395E04C3D515c573a
Octal36171136011475553412772
Binary111100011110011011110010011001111011011010111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1395E; }

 p { color: rgb(241,57,94); }

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

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

 a { background-color: rgb(241,57,94); }

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

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

 span { border-color: rgb(241,57,94); }

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