#F1376B

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

Shades of Radical Red #F1376B

Tints of Radical Red #F1376B

Color information

#F1376B (or 0xF1376B) is unknown color: approx Radical Red. HEX triplet: F1, 37 and 6B. RGB value is (241,55,107). Sum of RGB (Red+Green+Blue) = 241+55+107=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1376B is #0EC894. Grayscale: #747474. Windows color (decimal): -968853 or 7026673. OLE color: 7026673.

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

Color convert

RGB24155107-
CMYK00.770.560.05
HSL343.23º86.92%58.04%-
HSV(B)343.23º77.18%94.51%-
XYZ40.322.4916.13-
YUV116.54122.62216.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.80%
GREEN value IS 55 (21.88% from 255) = 13.65%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=59.80%
G=13.65%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415510700.770.560.05343.2386.9258.04
HexF1376B04D385157573a
Octal36167153011570552712772
Binary111100011101111101011010011011110001011010101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1376B; }

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

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

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

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

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

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

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

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