#FF3254

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

Shades of Radical Red #FF3254

Tints of Radical Red #FF3254

Color information

#FF3254 (or 0xFF3254) is unknown color: approx Radical Red. HEX triplet: FF, 32 and 54. RGB value is (255,50,84). Sum of RGB (Red+Green+Blue) = 255+50+84=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3254 is #00CDAB. Grayscale: #737373. Windows color (decimal): -52652 or 5518079. OLE color: 5518079.

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

Color convert

RGB2555084-
CMYK00.800.670
HSL350.05º100%59.8%-
HSV(B)350.05º80.39%100%-
XYZ43.9824.1810.74-
YUV115.17110.42227.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.55%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=65.55%
G=12.85%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255508400.800.670350.0510059.8
HexFF325405043015e643c
Octal377621240120103053614474
Binary11111111110010101010001010000100001101010111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3254; }

 p { color: rgb(255,50,84); }

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

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

 a { background-color: rgb(255,50,84); }

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

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

 span { border-color: rgb(255,50,84); }

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