#FF3471

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

Shades of Radical Red #FF3471

Tints of Radical Red #FF3471

Color information

#FF3471 (or 0xFF3471) is unknown color: approx Radical Red. HEX triplet: FF, 34 and 71. RGB value is (255,52,113). Sum of RGB (Red+Green+Blue) = 255+52+113=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3471 is #00CB8E. Grayscale: #777777. Windows color (decimal): -52111 or 7419135. OLE color: 7419135.

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

Color convert

RGB25552113-
CMYK00.800.560
HSL341.97º100%60.2%-
HSV(B)341.97º79.61%100%-
XYZ45.4524.9118.04-
YUV119.65124.25224.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.71%
GREEN value IS 52 (20.70% from 255) = 12.38%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=60.71%
G=12.38%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555211300.800.560341.9710060.2
HexFF3471050380156643c
Octal37764161012070052614474
Binary1111111111010011100010101000011100001010101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3471; }

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

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

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

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

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

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

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

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