#FF3350

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

Shades of Radical Red #FF3350

Tints of Radical Red #FF3350

Color information

#FF3350 (or 0xFF3350) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 50. RGB value is (255,51,80). Sum of RGB (Red+Green+Blue) = 255+51+80=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3350 is #00CCAF. Grayscale: #737373. Windows color (decimal): -52400 or 5256191. OLE color: 5256191.

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

Color convert

RGB2555180-
CMYK00.80.690
HSL351.47º100%60%-
HSV(B)351.47º80%100%-
XYZ43.8724.219.95-
YUV115.3108.09227.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.06%
GREEN value IS 51 (20.31% from 255) = 13.21%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=66.06%
G=13.21%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255518000.80.690351.4710060
HexFF335005045015f643c
Octal377631200120105053714474
Binary11111111110011101000001010000100010101010111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3350; }

 p { color: rgb(255,51,80); }

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

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

 a { background-color: rgb(255,51,80); }

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

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

 span { border-color: rgb(255,51,80); }

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