#FF346F

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

Shades of Radical Red #FF346F

Tints of Radical Red #FF346F

Color information

#FF346F (or 0xFF346F) is unknown color: approx Radical Red. HEX triplet: FF, 34 and 6F. RGB value is (255,52,111). Sum of RGB (Red+Green+Blue) = 255+52+111=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF346F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF346F is #00CB90. Grayscale: #777777. Windows color (decimal): -52113 or 7288063. OLE color: 7288063.

HSL color Cylindrical-coordinate representation of color #FF346F: hue angle of 342.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF346F is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB25552111-
CMYK00.800.560
HSL342.56º100%60.2%-
HSV(B)342.56º79.61%100%-
XYZ45.3424.8617.45-
YUV119.42123.25224.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.00%
GREEN value IS 52 (20.70% from 255) = 12.44%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=61.00%
G=12.44%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555211100.800.560342.5610060.2
HexFF346F050380157643c
Octal37764157012070052714474
Binary1111111111010011011110101000011100001010101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF346F; }

 p { color: rgb(255,52,111); }

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

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

 a { background-color: rgb(255,52,111); }

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

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

 span { border-color: rgb(255,52,111); }

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