#FF345E

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

Shades of Radical Red #FF345E

Tints of Radical Red #FF345E

Color information

#FF345E (or 0xFF345E) is unknown color: approx Radical Red. HEX triplet: FF, 34 and 5E. RGB value is (255,52,94). Sum of RGB (Red+Green+Blue) = 255+52+94=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF345E is #00CBA1. Grayscale: #757575. Windows color (decimal): -52130 or 6173951. OLE color: 6173951.

HSL color Cylindrical-coordinate representation of color #FF345E: hue angle of 347.59º 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 #FF345E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB2555294-
CMYK00.800.630
HSL347.59º100%60.2%-
HSV(B)347.59º79.61%100%-
XYZ44.4924.5212.98-
YUV117.48114.75226.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.59%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=63.59%
G=12.97%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255529400.800.630347.5910060.2
HexFF345E0503F015c643c
Octal37764136012077053414474
Binary1111111111010010111100101000011111101010111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF345E; }

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

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

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

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

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

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

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

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