#F4315C

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

Shades of Radical Red #F4315C

Tints of Radical Red #F4315C

Color information

#F4315C (or 0xF4315C) is unknown color: approx Radical Red. HEX triplet: F4, 31 and 5C. RGB value is (244,49,92). Sum of RGB (Red+Green+Blue) = 244+49+92=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4315C is #0BCEA3. Grayscale: #707070. Windows color (decimal): -773796 or 6042100. OLE color: 6042100.

HSL color Cylindrical-coordinate representation of color #F4315C: hue angle of 346.77º 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 #F4315C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB2444992-
CMYK00.800.620.04
HSL346.77º89.86%57.45%-
HSV(B)346.77º79.92%95.69%-
XYZ40.3422.212.28-
YUV112.21116.6222-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 63.38%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=63.38%
G=12.73%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244499200.800.620.04346.7789.8657.45
HexF4315C0503E415b5a39
Octal36461134012076453313271
Binary111101001100011011100010100001111101001010110111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4315C; }

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

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

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

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

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

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

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

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