#F13468

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

Shades of Radical Red #F13468

Tints of Radical Red #F13468

Color information

#F13468 (or 0xF13468) is unknown color: approx Radical Red. HEX triplet: F1, 34 and 68. RGB value is (241,52,104). Sum of RGB (Red+Green+Blue) = 241+52+104=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F13468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13468 is #0ECB97. Grayscale: #727272. Windows color (decimal): -969624 or 6829297. OLE color: 6829297.

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

Color convert

RGB24152104-
CMYK00.780.570.05
HSL343.49º87.1%57.45%-
HSV(B)343.49º78.42%94.51%-
XYZ4022.1615.26-
YUV114.44122.12218.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.71%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=60.71%
G=13.10%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415210400.780.570.05343.4987.157.45
HexF1346804E3951575739
Octal36164150011671552712771
Binary111100011101001101000010011101110011011010101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13468; }

 p { color: rgb(241,52,104); }

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

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

 a { background-color: rgb(241,52,104); }

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

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

 span { border-color: rgb(241,52,104); }

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