#F13068

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

Shades of Radical Red #F13068

Tints of Radical Red #F13068

Color information

#F13068 (or 0xF13068) is unknown color: approx Radical Red. HEX triplet: F1, 30 and 68. RGB value is (241,48,104). Sum of RGB (Red+Green+Blue) = 241+48+104=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F13068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13068 is #0ECF97. Grayscale: #707070. Windows color (decimal): -970648 or 6828273. OLE color: 6828273.

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

Color convert

RGB24148104-
CMYK00.800.570.05
HSL342.59º87.33%56.67%-
HSV(B)342.59º80.08%94.51%-
XYZ39.8321.8115.21-
YUV112.09123.44219.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 48 (19.14% from 255) = 12.21%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=61.32%
G=12.21%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414810400.800.570.05342.5987.3356.67
HexF130680503951575739
Octal36160150012071552712771
Binary111100011100001101000010100001110011011010101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13068; }

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

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

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

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

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

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

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

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