#F4315B

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

Shades of Radical Red #F4315B

Tints of Radical Red #F4315B

Color information

#F4315B (or 0xF4315B) is unknown color: approx Radical Red. HEX triplet: F4, 31 and 5B. RGB value is (244,49,91). Sum of RGB (Red+Green+Blue) = 244+49+91=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F4315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4315B is #0BCEA4. Grayscale: #707070. Windows color (decimal): -773797 or 5976564. OLE color: 5976564.

HSL color Cylindrical-coordinate representation of color #F4315B: hue angle of 347.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4315B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2444991-
CMYK00.800.630.04
HSL347.08º89.86%57.45%-
HSV(B)347.08º79.92%95.69%-
XYZ40.2922.1912.06-
YUV112.09116.1222.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 63.54%
GREEN value IS 49 (19.53% from 255) = 12.76%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=63.54%
G=12.76%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244499100.800.630.04347.0889.8657.45
HexF4315B0503F415b5a39
Octal36461133012077453313271
Binary111101001100011011011010100001111111001010110111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4315B; }

 p { color: rgb(244,49,91); }

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

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

 a { background-color: rgb(244,49,91); }

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

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

 span { border-color: rgb(244,49,91); }

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