#f13469

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

Shades of Radical Red #F13469

Tints of Radical Red #F13469

Color information

#F13469 (or 0xF13469) is unknown color: approx Radical Red. HEX triplet: F1, 34 and 69. RGB value is (241,52,105). Sum of RGB (Red+Green+Blue) = 241+52+105=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F13469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13469 is #0ECB96. Grayscale: #727272. Windows color (decimal): -969623 or 6894833. OLE color: 6894833.

HSL color Cylindrical-coordinate representation of color #F13469: hue angle of 343.17º 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 #F13469 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB24152105-
CMYK00.780.560.05
HSL343.17º87.1%57.45%-
HSV(B)343.17º78.42%94.51%-
XYZ40.0522.1815.53-
YUV114.55122.62218.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.55%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=60.55%
G=13.07%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415210500.780.560.05343.1787.157.45
HexF1346904E3851575739
Octal36164151011670552712771
Binary111100011101001101001010011101110001011010101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13469; }

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

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

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

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

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

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

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

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