#F13668

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

Shades of Radical Red #F13668

Tints of Radical Red #F13668

Color information

#F13668 (or 0xF13668) is unknown color: approx Radical Red. HEX triplet: F1, 36 and 68. RGB value is (241,54,104). Sum of RGB (Red+Green+Blue) = 241+54+104=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F13668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13668 is #0EC997. Grayscale: #737373. Windows color (decimal): -969112 or 6829809. OLE color: 6829809.

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

Color convert

RGB24154104-
CMYK00.780.570.05
HSL343.96º86.98%57.84%-
HSV(B)343.96º77.59%94.51%-
XYZ40.0922.3415.3-
YUV115.61121.45217.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.40%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=60.40%
G=13.53%
B=26.07%

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
Decimal2415410400.780.570.05343.9686.9857.84
HexF1366804E395158573a
Octal36166150011671553012772
Binary111100011101101101000010011101110011011010110001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13668; }

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

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

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

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

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

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

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

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