#FF3470

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

Shades of Radical Red #FF3470

Tints of Radical Red #FF3470

Color information

#FF3470 (or 0xFF3470) is unknown color: approx Radical Red. HEX triplet: FF, 34 and 70. RGB value is (255,52,112). Sum of RGB (Red+Green+Blue) = 255+52+112=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3470 is #00CB8F. Grayscale: #777777. Windows color (decimal): -52112 or 7353599. OLE color: 7353599.

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

Color convert

RGB25552112-
CMYK00.800.560
HSL342.27º100%60.2%-
HSV(B)342.27º79.61%100%-
XYZ45.3924.8917.74-
YUV119.54123.75224.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 52 (20.70% from 255) = 12.41%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=60.86%
G=12.41%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555211200.800.560342.2710060.2
HexFF3470050380156643c
Octal37764160012070052614474
Binary1111111111010011100000101000011100001010101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3470; }

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

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

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

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

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

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

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

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